From 492485216c26935aa4b29c05a554753b4764d94c Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 17 Jul 2023 10:29:27 -0700 Subject: [PATCH] Add libstdc++ and gcompat to musl builds These are required dependencies for abseil until a custom musl gem is built: https://github.com/mudge/re2/pull/67#issuecomment-1636196566 --- .github/workflows/precompiled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/precompiled.yml b/.github/workflows/precompiled.yml index 7845ae5..06bc60b 100644 --- a/.github/workflows/precompiled.yml +++ b/.github/workflows/precompiled.yml @@ -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: