diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-02-03 17:30:38 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-02-03 17:30:38 -0500 |
| commit | d0b12d77267da601e69bd633fe3f56b8bf01c1cf (patch) | |
| tree | 83a94a55d064f8ea35ebb9a6b3a8b4c55b191fce /ci | |
| parent | 644a344715231b81189575cba52950ba43947e4f (diff) | |
| parent | 0fdcd5c4cb335fcb2d637b891e60094b7a34e2b5 (diff) | |
| download | zig-d0b12d77267da601e69bd633fe3f56b8bf01c1cf.tar.gz zig-d0b12d77267da601e69bd633fe3f56b8bf01c1cf.zip | |
Merge remote-tracking branch 'origin/master' into llvm10
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/srht/freebsd_script | 3 |
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" |
