Skip to content

Commit

Permalink
Clarify why pure-rust-build needs gcc
Browse files Browse the repository at this point in the history
And try omitting libc-dev.
  • Loading branch information
EliahKagan committed Nov 12, 2024
1 parent cb16d94 commit 54c7785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Prerequisites
run: |
apt-get update
apt-get install --no-install-recommends -y ca-certificates curl gcc libc-dev # gcc is required as OS abstraction
apt-get install --no-install-recommends -y ca-certificates curl gcc # rustc invokes gcc for linking
- name: Verify environment is sufficiently minimal for the test
run: |
set -x
Expand Down

0 comments on commit 54c7785

Please sign in to comment.