bazel_4, bazel_5: disable sandbox debug

This commit is contained in:
Uri Baghin
2022-04-25 17:53:43 +10:00
parent 6bffce0074
commit 8342425cb0
2 changed files with 0 additions and 4 deletions
@@ -484,7 +484,6 @@ stdenv.mkDerivation rec {
build --host_java_toolchain='${javaToolchain}'
build --verbose_failures
build --curses=no
build --sandbox_debug
EOF
# add the same environment vars to compile.sh
@@ -498,7 +497,6 @@ stdenv.mkDerivation rec {
-e "/\$command \\\\$/a --host_java_toolchain='${javaToolchain}' \\\\" \
-e "/\$command \\\\$/a --verbose_failures \\\\" \
-e "/\$command \\\\$/a --curses=no \\\\" \
-e "/\$command \\\\$/a --sandbox_debug \\\\" \
-i scripts/bootstrap/compile.sh
# This is necessary to avoid:
@@ -453,7 +453,6 @@ stdenv.mkDerivation rec {
build --extra_toolchains=@bazel_tools//tools/jdk:nonprebuilt_toolchain_definition
build --verbose_failures
build --curses=no
build --sandbox_debug
build --features=-layering_check
EOF
@@ -493,7 +492,6 @@ stdenv.mkDerivation rec {
-e "/\$command \\\\$/a --verbose_failures \\\\" \
-e "/\$command \\\\$/a --curses=no \\\\" \
-e "/\$command \\\\$/a --features=-layering_check \\\\" \
-e "/\$command \\\\$/a --sandbox_debug \\\\" \
-i scripts/bootstrap/compile.sh
# This is necessary to avoid: