aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-02-03 17:30:38 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-02-03 17:30:38 -0500
commitd0b12d77267da601e69bd633fe3f56b8bf01c1cf (patch)
tree83a94a55d064f8ea35ebb9a6b3a8b4c55b191fce /ci
parent644a344715231b81189575cba52950ba43947e4f (diff)
parent0fdcd5c4cb335fcb2d637b891e60094b7a34e2b5 (diff)
downloadzig-d0b12d77267da601e69bd633fe3f56b8bf01c1cf.tar.gz
zig-d0b12d77267da601e69bd633fe3f56b8bf01c1cf.zip
Merge remote-tracking branch 'origin/master' into llvm10
Diffstat (limited to 'ci')
-rwxr-xr-xci/srht/freebsd_script3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script
index fbdf8efd8f..b4f0a3ade3 100755
--- a/ci/srht/freebsd_script
+++ b/ci/srht/freebsd_script
@@ -3,6 +3,9 @@
set -x
set -e
+sudo pkg update -f
+yes | sudo pkg install cmake py27-s3cmd wget curl jq
+
ZIGDIR="$(pwd)"
CACHE_BASENAME="llvm+clang-10.0.0-freebsd-x86_64-release"
PREFIX="$HOME/$CACHE_BASENAME"