Friday, October 29, 2021

Re: UPDATE: devel/github-cli

On 2021/10/29 16:09, Klemens Nanni wrote:
> On Fri, Oct 29, 2021 at 01:07:20PM +0000, Ricardo wrote:
> > Update to version 2.2.0 released this week.
> > Tested on amd64. OK?
>
> Thanks, I committed the update.
>
> This ports needs further work, though:
>
> $ gh version
> gh version DEV
> https://github.com/cli/cli/releases/latest
>
> This used to print 1.4.0 prior to the update.
>
> `make test' creates /tmp/go-build-<hash> and executes from there,
> which fails on at least my machine where /tmp is mounted with `noexec'.
>
> That, but also for containment/cleanup, this stuff should land under
> ${WRKDIR}/.

Not really bothered about noexec /tmp as it breaks too much to be used
on a general purpose system anyway, but it would be nice to stop using
/tmp/go-build - it's not just during test, it compiles things there as
well.

> Ricardo, do you want to take a look at this?

it's definitely a general thing with go ports rather than specific to
github-cli.

No comments:

Post a Comment