aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-11-08 11:27:02 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-11-08 11:27:02 -0700
commit4acd8920d856f475bb86e3ae7d6284f91e7119d9 (patch)
tree053348cb37ffd0b7779b39752c8081466eb3dfc4 /ci
parentbd8b94bd0ec592b62b8ae5637375a8d79cbe3e3b (diff)
downloadzig-4acd8920d856f475bb86e3ae7d6284f91e7119d9.tar.gz
zig-4acd8920d856f475bb86e3ae7d6284f91e7119d9.zip
ci: don't print env because there will be secrets there
Diffstat (limited to 'ci')
-rwxr-xr-xci/zinc/linux_build.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/zinc/linux_build.sh b/ci/zinc/linux_build.sh
index faca3527f0..9595b1c818 100755
--- a/ci/zinc/linux_build.sh
+++ b/ci/zinc/linux_build.sh
@@ -3,13 +3,6 @@
set -x
set -e
-# Probe CPU/brand details.
-echo "lscpu:"
-(lscpu | sed 's,^, : ,') 1>&2
-
-pwd
-(env | sort | sed 's,^, : ,') 1>&2
-
WORKSPACE="$DRONE_WORKSPACE"
LOCAL="/deps/local"
ZIG="$LOCAL/bin/zig"