hare

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

commit 0f7b539ed5c32dd6ccfb96e3be8bc487bd7d20a8
parent bbb978b64c0ba3752729f9b7000012611863741e
Author: Bor Grošelj Simić <bgs@turminal.net>
Date:   Wed,  1 Jun 2022 15:59:06 +0200

remove reference to hare.sh in build manifest

unbreaks alpine build that is broken since 592586cd0

Signed-off-by: Bor Grošelj Simić <bgs@turminal.net>

Diffstat:
M.builds/alpine.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -1,5 +1,7 @@ image: alpine/latest oauth: pages.sr.ht/PAGES:RW +packages: + - scdoc sources: - git://c9x.me/qbe.git - https://git.sr.ht/~sircmpwn/harec @@ -29,6 +31,7 @@ tasks: cd hare cp config.example.mk config.mk make + sudo make install - tests: | cd hare make .bin/hare-tests @@ -42,7 +45,6 @@ tasks: exit fi cd hare - . hare.sh ./scripts/gen-docs tar -C docs/html -cvz . > docs.tar.gz acurl -f https://pages.sr.ht/publish/docs.harelang.org -Fcontent=@docs.tar.gz