hare

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

commit ffd1caf8f760de695fd10590f6592d29e574d638
parent 6bc91dfbef60f032e88e9b7910b4fc9d3bc9af95
Author: Lorenz (xha) <me@xha.li>
Date:   Mon, 20 May 2024 15:06:19 +0200

openbsd: remove the step for downloading leap-seconds.list

the image was updated to 7.5 and it is now included in base.

Diffstat:
M.builds/openbsd.yml | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml @@ -39,10 +39,6 @@ tasks: cp configs/openbsd.mk config.mk make -j2 doas make install -# remove once openbsd-7.5 is out. leap-seconds.list was after 7.4 -- leapseconds: | - cd /usr/share/zoneinfo - doas ftp https://data.iana.org/time-zones/tzdb/leap-seconds.list - check: | cd hare make -j2 check