2022-11-21 07:09:06 +02:00
|
|
|
common --color=yes --curses=yes
|
|
|
|
|
2022-12-11 07:03:10 +02:00
|
|
|
build --announce_rc
|
2022-10-19 11:35:55 +03:00
|
|
|
build --incompatible_enable_cc_toolchain_resolution
|
|
|
|
build --action_env BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
|
2022-12-11 07:03:10 +02:00
|
|
|
|
|
|
|
build:hermetic-sandbox --experimental_use_hermetic_linux_sandbox
|
|
|
|
build:hermetic-sandbox --sandbox_add_mount_pair=/bin
|
|
|
|
build:hermetic-sandbox --sandbox_add_mount_pair=/usr
|
|
|
|
build:hermetic-sandbox --sandbox_add_mount_pair=/tmp/bazel-zig-cc
|
|
|
|
# for /proc/self/exe
|
|
|
|
build:hermetic-sandbox --sandbox_add_mount_pair=/proc
|
|
|
|
## symlinks in to /usr
|
|
|
|
build:hermetic-sandbox --sandbox_add_mount_pair=/usr/bin:/bin
|
|
|
|
build:hermetic-sandbox --sandbox_add_mount_pair=/usr/lib:/lib
|
|
|
|
build:hermetic-sandbox --sandbox_add_mount_pair=/usr/lib64:/lib64
|