-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add support for tmpfs mounts under /tmp
with hermetic tmp
#20658
Conversation
@bazel-io fork 7.1.0 |
91b8da5
to
6e949fe
Compare
6e949fe
to
352e75b
Compare
@lberki Do you want me to resolve the merge conflict in the tests or are you taking care of this during the import? |
352e75b
to
161a884
Compare
This is achieved by mounting tmpfs after regular mounts in the sandbox binary as well as creating the directories at which tmpfs are mounted under the sandbox tmp directory.
161a884
to
fa3f6c5
Compare
@iancha1992 Resolved |
@fmeum thanks for rebasing; I was about to say "I'd appreciate if you did it because today just became extraordinarily complicated for me", but you were even acausal :) (I already approved the internal change, it's grinding its way through our submit process) |
This is achieved by mounting tmpfs after regular mounts in the sandbox binary as well as creating the directories at which tmpfs are mounted under the sandbox tmp directory. Closes bazelbuild#20658. PiperOrigin-RevId: 595500822 Change-Id: Icf3d51bffdd004f668ba4fbbdbd5f833c20db3d9
…20859) This is achieved by mounting tmpfs after regular mounts in the sandbox binary as well as creating the directories at which tmpfs are mounted under the sandbox tmp directory. Closes #20658. Commit 620d617 PiperOrigin-RevId: 595500822 Change-Id: Icf3d51bffdd004f668ba4fbbdbd5f833c20db3d9 Co-authored-by: Fabian Meumertzheim <[email protected]>
The changes in this PR have been included in Bazel 7.1.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
This is achieved by mounting tmpfs after regular mounts in the sandbox binary as well as creating the directories at which tmpfs are mounted under the sandbox tmp directory.