Skip to content

Commit aa0e194

Browse files
committed
CI: Use rust-toolchain
Latest nightly broke a dependency. Need to wait for it to be fixed. Pin the toolchain for now.
1 parent f6c48b5 commit aa0e194

File tree

6 files changed

+0
-32
lines changed

6 files changed

+0
-32
lines changed

.github/workflows/build_rpi3.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34-
rm rust-toolchain
35-
rustup self update
36-
rustup toolchain install nightly --component llvm-tools-preview
37-
rustup default nightly
38-
rustup target add aarch64-unknown-none-softfloat
3934
cargo install cargo-binutils
4035
- name: Set up Ruby
4136
run: |

.github/workflows/build_rpi4.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34-
rm rust-toolchain
35-
rustup self update
36-
rustup toolchain install nightly --component llvm-tools-preview
37-
rustup default nightly
38-
rustup target add aarch64-unknown-none-softfloat
3934
cargo install cargo-binutils
4035
- name: Set up Ruby
4136
run: |

.github/workflows/sanity.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
- name: Set up Prettier
3232
run: |
3333
npm install prettier
34-
- name: Set up Rust nightly
35-
run: |
36-
rm rust-toolchain
37-
rustup self update
38-
rustup toolchain install nightly --component rustfmt clippy
39-
rustup default nightly
40-
rustup target add aarch64-unknown-none-softfloat
4134
- name: Setup misspell
4235
run: |
4336
curl -L -o ./install-misspell.sh https://git.io/misspell

.github/workflows/test_integration.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34-
rm rust-toolchain
35-
rustup self update
36-
rustup toolchain install nightly --component llvm-tools-preview
37-
rustup default nightly
38-
rustup target add aarch64-unknown-none-softfloat
3934
cargo install cargo-binutils
4035
- name: Set up Ruby
4136
run: |

.github/workflows/test_unit.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34-
rm rust-toolchain
35-
rustup self update
36-
rustup toolchain install nightly --component llvm-tools-preview
37-
rustup default nightly
38-
rustup target add aarch64-unknown-none-softfloat
3934
cargo install cargo-binutils
4035
- name: Set up Ruby
4136
run: |

.github/workflows/test_xtra.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
ruby-version: "2.7"
3232
- name: Set up Rust nightly
3333
run: |
34-
rm rust-toolchain
35-
rustup self update
36-
rustup toolchain install nightly --component llvm-tools-preview
37-
rustup default nightly
38-
rustup target add aarch64-unknown-none-softfloat
3934
cargo install cargo-binutils
4035
- name: Set up Ruby
4136
run: |

0 commit comments

Comments
 (0)