Skip to content

Commit

Permalink
Fix stupid Github CI
Browse files Browse the repository at this point in the history
Stupid Github CI make doesn't take environment variables into account.
We have to override them explicitly, hence the ridiculous CC="$CC".
  • Loading branch information
LoupVaillant committed Aug 28, 2023
1 parent 34c3ba8 commit 388d6e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ set -e
CC="clang -std=c99"
CFLAGS="-pedantic -Wall -Wextra -g -O2"

echo $CC
echo $CFLAGS

make clean; make tis-ci
make clean; make test
make clean; make test CFLAGS="$CFLAGS -DBLAKE2_NO_UNROLLING"
Expand Down

0 comments on commit 388d6e2

Please sign in to comment.