Skip to content

Commit

Permalink
Merge pull request #6472 from everpcpc/fix/musl
Browse files Browse the repository at this point in the history
fix(build-tool): add c module include path for musl build-tool image
  • Loading branch information
everpcpc authored Jul 5, 2022
2 parents 78c725c + 3528563 commit 08ab9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- "website/**"
- "**.md"
- "scripts/setup/**"
- "docker/**"
- ".devcontainer/**"

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion docker/build-tool/musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ RUN curl -sSfLo /tmp/musl-cross-make.tar.gz https://github.com/richfelker/musl-c
rm -rf /tmp/musl-cross-make-* && \
rm -f /tmp/musl-cross-make.tar.gz

ENV C_INCLUDE_PATH /usr/local/${ARCH}-linux-musl/include/
RUN rustup target add ${ARCH}-unknown-linux-musl
RUN ln -s ${ARCH}-linux-musl-gcc /usr/local/bin/musl-gcc
RUN printf "[target.${ARCH}-unknown-linux-musl]\nlinker = \"${ARCH}-linux-musl-gcc\"\n" > ${CARGO_HOME}/config

0 comments on commit 08ab9a8

Please sign in to comment.