authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-03-12 11:40:44-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-03-12 11:40:44-04:00
log214af69814b3940236ace44ada0243726d29debf
treef69c8aec69e8d44f173e85d76b1e7f966cc6e479
parentf58705b4a623b39ad10fe25a9a41507fdfc0b089
signaturelock-open Commit is signed but in an unrecognized format.

ci: remove workaround for FreeBSD upstream bug


1 files changed, 0 insertions(+), 7 deletions(-)

ci/srht/freebsd_script-7
...@@ -3,13 +3,6 @@...@@ -3,13 +3,6 @@
3set -x3set -x
4set -e4set -e
55
6# The following line can be removed as soon as FreeBSD fixes
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.
11sudo rm /usr/local/etc/pkg/repos/FreeBSD.conf
12
13sudo pkg update -fq6sudo pkg update -fq
14sudo pkg install -y cmake py27-s3cmd wget curl jq7sudo pkg install -y cmake py27-s3cmd wget curl jq
158