| ... | @@ -3,8 +3,15 @@ | ... | @@ -3,8 +3,15 @@ |
| 3 | set -x | 3 | set -x |
| 4 | set -e | 4 | set -e |
| 5 | | 5 | |
| 6 | sudo pkg update -f | 6 | # The following line can be removed as soon as FreeBSD fixes |
| 7 | yes | sudo pkg install cmake py27-s3cmd wget curl jq | 7 | # their packaging glitch. If not fixed by March 15, 2020 |
| | 8 | # there is something wrong. Should be fixed much sooner. |
| | 9 | # note: this will cause some complaints when running |
| | 10 | # pkg commands but let's ignore them. |
| | 11 | sudo rm /usr/local/etc/pkg/repos/FreeBSD.conf |
| | 12 | |
| | 13 | sudo pkg update -fq |
| | 14 | sudo pkg install -y cmake py27-s3cmd wget curl jq |
| 8 | | 15 | |
| 9 | ZIGDIR="$(pwd)" | 16 | ZIGDIR="$(pwd)" |
| 10 | CACHE_BASENAME="llvm+clang-9.0.0-freebsd-x86_64-release" | 17 | CACHE_BASENAME="llvm+clang-9.0.0-freebsd-x86_64-release" |