You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
A possible workaround is to set TMPDIR environment variable:
TMPDIR=/root/go-tmp/ make test? _/root/leapp-go/cmd/actor-stdout [no test files]
ok _/root/leapp-go/cmd/leapp-daemon 0.026s
ok _/root/leapp-go/pkg/api 0.003s
ok _/root/leapp-go/pkg/db 0.002s
ok _/root/leapp-go/pkg/executor 0.010s
? _/root/leapp-go/pkg/web [no test files]
Other way is to use Go 1.10, where GOTMPDIR can be specified.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The permision denied error is caused by mounting
/tmp
withnoexec
option (in docker container):A possible workaround is to set
TMPDIR
environment variable:Other way is to use Go 1.10, where
GOTMPDIR
can be specified.The text was updated successfully, but these errors were encountered: