Skip to content

Commit

Permalink
Show build stats (#224)
Browse files Browse the repository at this point in the history
* show build stats

* Update build_julia.sh

* Update build_julia.sh

* Update build_julia.sh

Co-authored-by: Zentrik <Zentrik@users.noreply.github.com>

---------

Co-authored-by: Viral B. Shah <ViralBShah@users.noreply.github.com>
Co-authored-by: Zentrik <Zentrik@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 17, 2024
1 parent 1f42f9f commit 1a449e5
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 1a449e5

Please sign in to comment.