Skip to content

Commit 17f68a8

Browse files
jannausvenpeter42
authored andcommitted
CI: build/installer: Install aarch64-unknown-none-softfloat target
Do not explicitily request rustup's stable toolchain as that will not be fully installed when it diverges from the rust install in github's CI runner image. Signed-off-by: Janne Grunau <[email protected]>
1 parent e05ccf4 commit 17f68a8

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
sudo apt-get update
2828
sudo apt-get install --no-install-recommends -y gcc-aarch64-linux-gnu
2929
30-
- name: Install nightly rust
30+
- name: Install aarch64-unknown-none-softfloat rust target
3131
run: |
32-
export RUSTUP_TOOLCHAIN=stable
3332
rustup target install aarch64-unknown-none-softfloat
3433
3534
- name: Build

.github/workflows/installer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ jobs:
5151
libgnutls28-dev \
5252
device-tree-compiler
5353
54-
- name: Install nightly rust
54+
- name: Install aarch64-unknown-none-softfloat rust target
5555
run: |
56-
export RUSTUP_TOOLCHAIN=stable
5756
rustup target install aarch64-unknown-none-softfloat
5857
5958
# env vars to include date and kernel tag in artifact name

0 commit comments

Comments
 (0)