bazel_7: fix bazelDeps build on darwin under sandbox=true#457328
Open
boltzmannrain wants to merge 1 commit intoNixOS:masterfrom
Open
bazel_7: fix bazelDeps build on darwin under sandbox=true#457328boltzmannrain wants to merge 1 commit intoNixOS:masterfrom
boltzmannrain wants to merge 1 commit intoNixOS:masterfrom
Conversation
Fixes ``` Server crashed during startup. Now printing ..../server/jvm.out OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. FATAL: CHECK failed: (suspend_state.connect_port) != (0): ``` by overriding sleep&suspend prevention module in darwin bootstrap bazel binary Initially had this code implemented for `bazel_8`, but in the end recent `bazel_8` versions don't need binary bootstrap bazel and don't hit this issue anymore (NixOS#362414) Now hit this again trying to update `bazel_7`, so making PR for `bazel_7`, separately from version bump as it is the same thing for 7.6.0 and 7.7.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes
by overriding sleep&suspend prevention module in darwin bootstrap bazel binary
Initially had this code implemented for
bazel_8, but in the end recentbazel_8versions don't need binary bootstrap bazel and don't hit this issue anymore (#362414)Now hit this again trying to update
bazel_7, so making PR forbazel_7, separately from version bump as it is the same thing for 7.6.0 and 7.7.0Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.