From 973f3929c7690d1839b00ac54986e3543e6a13f2 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 4194110..aa3aae2 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: