-
-
Notifications
You must be signed in to change notification settings - Fork 64
Add malvex-nixos-x86_64 worker
#658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
moved to NO_TIER, should be good now |
|
I checked the errors, and it looks like it's caused by FHS env (basically sandbox), which prevents |
|
Feel free to keep it running; unstable ones are expected to have issues. |
|
If it's possible to detect that chown(), setregid() or similar function fail whereas they should not (detect the sandbox), maybe we can decorate the impacted tests to skip them. Disabling the sandbox is another easy option. |
|
Thanks for clarification! The builder is back up and running. I think it probably brings more value to run these tests rather than skipping them just because of sandbox, so disabled it (took a few tries to set up env variables correctly to tell it where the libraries are located), and now all the tests pass when running make directly. |
Closes #657