Merge pull request #148605 from mikepurvis/bazel-no-curses-master

buildBazelPackage: Pass --curses=no for terse logs
This commit is contained in:
Uri Baghin 2021-12-13 12:51:22 +11:00 committed by GitHub
commit 356656f143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,6 +214,7 @@ in stdenv.mkDerivation (fBuildAttrs // {
--output_base="$bazelOut" \
--output_user_root="$bazelUserRoot" \
build \
--curses=no \
-j $NIX_BUILD_CORES \
"''${copts[@]}" \
"''${host_copts[@]}" \