Skip to content

Commit 54c7785

Browse files
committed
Clarify why pure-rust-build needs gcc
And try omitting libc-dev.
1 parent cb16d94 commit 54c7785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Prerequisites
3232
run: |
3333
apt-get update
34-
apt-get install --no-install-recommends -y ca-certificates curl gcc libc-dev # gcc is required as OS abstraction
34+
apt-get install --no-install-recommends -y ca-certificates curl gcc # rustc invokes gcc for linking
3535
- name: Verify environment is sufficiently minimal for the test
3636
run: |
3737
set -x

0 commit comments

Comments
 (0)