From 7c0ee423859739b5484de8de867006ead787fb66 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 29 Sep 2020 12:10:38 -0700 Subject: [PATCH] CI: TERM=dumb to source hut --- ci/srht/freebsd_script | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index 31aea6c3d..3d9eb7373 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