Skip to content

Commit

Permalink
ci: shallow clone musl repo (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin authored Jun 21, 2024
1 parent e644642 commit dd6e71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/spec/buildspec_musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ phases:
on-failure: ABORT
commands:
# Install musl libc
- git clone https://git.musl-libc.org/git/musl $MUSL_DIR
- git clone --depth=1 https://git.musl-libc.org/git/musl $MUSL_DIR
- echo "Installing musl to $CODEBUILD_SRC_DIR/$MUSL_DIR"
- cd $MUSL_DIR
- ./configure --prefix=$CODEBUILD_SRC_DIR/$MUSL_DIR
Expand Down

0 comments on commit dd6e71a

Please sign in to comment.