aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-09-29 12:10:38 -0700
committerAndrew Kelley <andrew@ziglang.org>2020-09-29 12:10:38 -0700
commit7c0ee423859739b5484de8de867006ead787fb66 (patch)
tree908b2d10892c7c97cd8fe23b52a3e212dad7519b /ci
parentd8fa8b5455058d235793a8b9ecdf252fb8dd8782 (diff)
downloadzig-7c0ee423859739b5484de8de867006ead787fb66.tar.gz
zig-7c0ee423859739b5484de8de867006ead787fb66.zip
CI: TERM=dumb to source hut
Diffstat (limited to 'ci')
-rwxr-xr-xci/srht/freebsd_script5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script
index 31aea6c3dc..3d9eb73735 100755
--- a/ci/srht/freebsd_script
+++ b/ci/srht/freebsd_script
@@ -21,6 +21,11 @@ cd $ZIGDIR
# This will affect the cmake command below.
git config core.abbrev 9
+# SourceHut reports that it is a terminal that supports escape codes, but it
+# is a filthy liar. Here we tell Zig to not try to send any terminal escape
+# codes to show progress.
+export TERM=dumb
+
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=$PREFIX "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" -DZIG_STATIC=ON