We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbecdb0 commit 0bfc347Copy full SHA for 0bfc347
scripts/build.sh
@@ -44,7 +44,7 @@ echo 'metacall' >> /metacall/source/metacall.scm
44
guix package --fallback --no-grafts -f /metacall/source/metacall.scm | tee build.log
45
46
# Lint
47
-guix lint -L /metacall/nonguix -L /metacall/source metacall
+guix lint -L /metacall/nonguix -L /metacall/source metacall || true
48
49
# Pack
50
guix pack --no-grafts \
0 commit comments