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
alexjski opened this issue
Mar 18, 2022
· 0 comments
Assignees
Labels
P2We'll consider working on this in future. (Assignee optional)team-OSSIssues for the Bazel OSS team: installation, release processBazel packaging, websitetype: bug
In Blaze, we keep using "/proc/self/exe", but in Bazel we resolve this symlink
to the actual Bazel binary.
This is essentially a rollback of
d79ec03
only for Bazel, because it solved an issue that rare in Bazel,
but it's preventing users from running Bazel inside a Linux docker container on Apple Silicon machines.
Fixes#15076Closes#14391
RELNOTES: None
PiperOrigin-RevId: 441177762
Change-Id: I48d7283cf7f42f4220e2261f02809c8b5270ef70
In Blaze, we keep using "/proc/self/exe", but in Bazel we resolve this symlink
to the actual Bazel binary.
This is essentially a rollback of
bazelbuild@d79ec03
only for Bazel, because it solved an issue that rare in Bazel,
but it's preventing users from running Bazel inside a Linux docker container on Apple Silicon machines.
Fixesbazelbuild#15076Closesbazelbuild#14391
RELNOTES: None
PiperOrigin-RevId: 441198110
In Blaze, we keep using "/proc/self/exe", but in Bazel we resolve this symlink
to the actual Bazel binary.
This is essentially a rollback of
d79ec03
only for Bazel, because it solved an issue that rare in Bazel,
but it's preventing users from running Bazel inside a Linux docker container on Apple Silicon machines.
Fixes#15076Closes#14391
RELNOTES: None
PiperOrigin-RevId: 441198110
P2We'll consider working on this in future. (Assignee optional)team-OSSIssues for the Bazel OSS team: installation, release processBazel packaging, websitetype: bug
Description of the problem / feature request:
Bazel fails to self-extract when running under
qemu
since it tries to treat theqemu
binary as a self-extracting archive.Feature requests: what underlying problem are you trying to solve with this feature?
Running Bazel in M1 machines.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Bazel fails to start:
What operating system are you running Bazel on?
macOS
What's the output of
bazel info release
?release 5.0.0
The text was updated successfully, but these errors were encountered: