Merge pull request #170218 from uri-canva/no-debug-spam

bazel_4, bazel_5: disable sandbox debug
This commit is contained in:
Uri Baghin 2022-05-02 16:21:05 +10:00 committed by GitHub
commit fb879fa935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -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:

View file

@ -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: