Skip to content

Commit

Permalink
Test showing build stats
Browse files Browse the repository at this point in the history
I can't push to JuliaCI#224 so just testing if my fix works properly.
  • Loading branch information
Zentrik authored May 4, 2024
1 parent ea50eb7 commit 78280c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utilities/build_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ echo "--- Quick consistency checks"
${JULIA_EXE} -e "import Test; Test.@test Sys.ARCH == :${ARCH:?}"
${JULIA_EXE} -e "import Test; Test.@test Sys.WORD_SIZE == ${EXPECTED_WORD_SIZE:?}"

echo "--- Show build stats"
${MAKE} "${MFLAGS[@]}" build-stats

echo "--- Create build artifacts"
${MAKE} "${MFLAGS[@]}" binary-dist

Expand Down

0 comments on commit 78280c3

Please sign in to comment.