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
### Changes
- Remove leakage by adding --rm to docker run invocations
- Remove resource sharing by adding a name to the docker compose
invocations
- Add `-L` to all `nix build` in the CI
### Issues
fix#5011fix#5001
Why
We have a lot of failures in the CI due to shared resources.
What
Pass a random name to the docker compose runs so the resources will not be shared
Links
The text was updated successfully, but these errors were encountered: