Skip to content

Commit

Permalink
use musl libc 1.2 by default (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip authored Oct 27, 2024
1 parent 22e8ad0 commit 0cce082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi

if [ "$MB_ML_LIBC" == "musllinux" ]; then
IS_ALPINE=1;
MB_ML_VER=${MB_ML_VER:-"_1_1"}
MB_ML_VER=${MB_ML_VER:-"_1_2"}
else
# Default Manylinux version
MB_ML_VER=${MB_ML_VER:-2014}
Expand Down

0 comments on commit 0cce082

Please sign in to comment.