Skip to content

Commit 1e975e2

Browse files
committed
Drop package installs on self-hosted runners
These are now available by default
1 parent b532a3f commit 1e975e2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,9 @@ jobs:
4646
if: "matrix.platform == 'self-hosted'"
4747
run: |
4848
rustup target add thumbv7m-none-eabi
49-
sudo apt-get -y install gcc-arm-none-eabi
50-
sudo apt-get clean
5149
- name: shellcheck the CI and `contrib` scripts
5250
if: "matrix.platform == 'self-hosted'"
5351
run: |
54-
sudo apt-get -y install shellcheck
55-
sudo apt-get clean
5652
shellcheck ci/*.sh -aP ci
5753
shellcheck contrib/*.sh -aP contrib
5854
- name: Set RUSTFLAGS to deny warnings
@@ -261,11 +257,6 @@ jobs:
261257
- name: Install Rust ${{ env.TOOLCHAIN }} toolchain
262258
run: |
263259
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain ${{ env.TOOLCHAIN }}
264-
- name: Install dependencies for honggfuzz
265-
run: |
266-
sudo apt-get update
267-
sudo apt-get -y install build-essential binutils-dev libunwind-dev
268-
sudo apt-get clean
269260
- name: Pin the regex dependency
270261
run: |
271262
cd fuzz && cargo update -p regex --precise "1.9.6" --verbose

0 commit comments

Comments
 (0)