Show build logs in CI

This commit is contained in:
Rodrigo Arias 2024-04-26 13:12:47 +02:00
parent c66704b7ed
commit 625161556a

View File

@ -4,8 +4,8 @@ set -e
set -x
# Allow impure evaluation so we fetch the latest commit from the repo
bench6_ref=$(nix build --print-out-paths --impure ".#bench6Master")
bench6_cur=$(nix build --print-out-paths ".#bench6")
bench6_ref=$(nix build -L --print-out-paths --impure ".#bench6Master")
bench6_cur=$(nix build -L --print-out-paths ".#bench6")
# Add bigotes to the path
bigotes=$(nix build --print-out-paths 'jungle#bigotes')