Skip to content

Commit 9bca1e3

Browse files
committed
Remove set -x from gcc wrappers
These are used very far down in the toolchain, where output is unexpected and often noisy due to how often these tools are invoked. Avoid printing unnecessary info.
1 parent 49cd054 commit 9bca1e3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docker/freebsd-gcc.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# the freebsd images need libstdc++ to be linked as well
44
# otherwise, we get `undefined reference to `std::ios_base::Init::Init()'`
55

6-
set -x
76
set -euo pipefail
87

98
main() {

docker/musl-gcc.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# missing soft-fp routine `__trunctfsf2`
2020
# https://github.com/rust-lang/compiler-builtins/pull/483
2121

22-
set -x
2322
set -euo pipefail
2423

2524
main() {

0 commit comments

Comments
 (0)