Skip to content

Commit

Permalink
ci: remove reliance on qemu for building native gems
Browse files Browse the repository at this point in the history
note that we still need qemu for testing the installed
binaries. (aarch64 absolutely, but we could get away without doing it
on 32-bit x86 if we wanted.)
  • Loading branch information
flavorjones committed Jan 16, 2022
1 parent b016b56 commit 6b17b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/precompiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
path: precompiled/ports/archives
key: archives-ubuntu-${{hashFiles('precompiled/ext/precompiled/extconf.rb')}}
- run: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker run --rm -v "$(pwd)/precompiled:/precompiled" -w /precompiled \
larskanis/rake-compiler-dock-mri-${{matrix.plat}}:1.2.0 \
./bin/test-gem-build gems ${{matrix.plat}}
Expand Down

0 comments on commit 6b17b93

Please sign in to comment.