diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-03-12 11:40:44 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-03-12 11:40:44 -0400 |
| commit | 214af69814b3940236ace44ada0243726d29debf (patch) | |
| tree | f69c8aec69e8d44f173e85d76b1e7f966cc6e479 /ci | |
| parent | f58705b4a623b39ad10fe25a9a41507fdfc0b089 (diff) | |
| download | zig-214af69814b3940236ace44ada0243726d29debf.tar.gz zig-214af69814b3940236ace44ada0243726d29debf.zip | |
ci: remove workaround for FreeBSD upstream bug
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/srht/freebsd_script | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index 969e644d5d..12cd2d5406 100755 --- a/ci/srht/freebsd_script +++ b/ci/srht/freebsd_script @@ -3,13 +3,6 @@ set -x set -e -# The following line can be removed as soon as FreeBSD fixes -# their packaging glitch. If not fixed by March 15, 2020 -# there is something wrong. Should be fixed much sooner. -# note: this will cause some complaints when running -# pkg commands but let's ignore them. -sudo rm /usr/local/etc/pkg/repos/FreeBSD.conf - sudo pkg update -fq sudo pkg install -y cmake py27-s3cmd wget curl jq |
