Skip to content

Commit

Permalink
Actually build on Alpine in CI
Browse files Browse the repository at this point in the history
This ensures we're not doing anything with glibc
  • Loading branch information
jonathanrainer committed Aug 12, 2024
1 parent ec7c457 commit 89df533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ executors:

amd_musl: &amd_musl_executor
docker:
- image: cimg/base:stable
- image: rust:alpine
resource_class: xlarge
environment:
XTASK_TARGET: "x86_64-unknown-linux-musl"
Expand Down

0 comments on commit 89df533

Please sign in to comment.