Skip to content

Commit

Permalink
See if Windows is buildable as a debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Sep 20, 2024
1 parent e684c24 commit b72134d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/build_julia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ echo "--- Show build stats"
${MAKE} "${MFLAGS[@]}" build-stats

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

# Rename the build artifact in case we want to name it differently, as is the case on `musl`.
if [[ "${JULIA_BINARYDIST_FILENAME}.tar.gz" != "${UPLOAD_FILENAME}.tar.gz" ]]; then
Expand Down

0 comments on commit b72134d

Please sign in to comment.