Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vasild committed Aug 29, 2020
1 parent 04cfac1 commit f743ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/test/06_script_a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
fi

BEGIN_FOLD build
DOCKER_EXEC find ./ -name sha3_256.h -o -name keccak-tiny.h
DOCKER_EXEC make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && DOCKER_EXEC make $GOAL V=1 ; false )
END_FOLD

Expand Down

0 comments on commit f743ed7

Please sign in to comment.