New builds

This commit is contained in:
retropikzel 2026-07-23 07:42:06 +03:00
parent 001ed29b4a
commit f3ca72f8f5
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ package: retropikzel/${LIBRARY}/LICENSE retropikzel/${LIBRARY}/VERSION retropikz
${PKG}: package
install:
snow-chibi install --impls=${SCHEME} ${PKG}
snow-chibi install --impls=${SCHEME} --always-yes ${PKG}
testfiles: ${PKG} ${TESTFILE}
rm -rf ${tmpdir}

View File

@ -10,7 +10,7 @@
"git clone https://github.com/ashinn/chibi-scheme.git --depth=1 || true"
"make -j8 -C chibi-scheme"
"make -j8 -C chibi-scheme install"
"snow-chibi install retropikzel.compile-r7rs"))
"snow-chibi install --always-yes retropikzel.compile-r7rs"))
(library-stage
(lambda (scheme library-name)
(list (string->symbol library-name)