hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 18f1e322ad5c70769d50f05c1183b06869c35c75
parent 6c1a836cd86bebc8670e22effcd8a3061a0b4a14
Author: Lorenz (xha) <me@xha.li>
Date:   Tue, 26 Dec 2023 15:56:52 +0100

OpenBSD: fix CI

it seems like the old ftp link doesn't work anymore. i think that was
the official source, but it doesn't work anymore (or atm, idk).

so let's replace this with a link from data.iana.org, should be fine,
it's only temporary anyways.

Signed-off-by: Lorenz (xha) <me@xha.li>

Diffstat:
M.builds/openbsd.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml @@ -26,7 +26,7 @@ tasks: # remove once openbsd-7.5 is out. leap-seconds.list was after 7.4 - leapseconds: | cd /usr/share/zoneinfo - doas ftp ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list + doas ftp https://data.iana.org/time-zones/tzdb/leap-seconds.list - check: | cd hare make -j2 check