Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SCOTT-HAMILTON committed Jul 10, 2024
1 parent 5f030d8 commit 4906330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fi
rm -rf gcroot

remaining=$(nix-build --dry-run --argstr nixosVersion all-unbroken.nix 2>&1 | awk '/^these.*derivations will be built/,/^these.*paths will be fetched/' | sed '1d;$d')
echo "remaining=START'$remaining'END"
count=$(echo $remaining | wc -l)
if [ $count -gt 0 ]; then
echo "There remains $count derivations to be built:"
Expand Down

0 comments on commit 4906330

Please sign in to comment.