Skip to content

Commit

Permalink
Add libstdc++ and gcompat to musl builds
Browse files Browse the repository at this point in the history
These are required dependencies for abseil until a custom musl gem is
built:
#67 (comment)
  • Loading branch information
stanhu authored and mudge committed Sep 13, 2023
1 parent fe5a648 commit 9e7e2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/precompiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
with:
name: cruby-x86_64-linux-gem
path: gems
- run: apk add bash
- run: apk add bash libstdc++ gcompat
- run: ./scripts/test-gem-install gems

cruby-x86_64-darwin-install:
Expand Down

0 comments on commit 9e7e2fb

Please sign in to comment.