Skip to content

Commit 20e3f32

Browse files
authored
Merge pull request #567 from mkroening/nightly-2024-04-15
build(toolchain): upgrade to nightly-2024-04-15
2 parents 48d631a + 0ab35b7 commit 20e3f32

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ jobs:
137137
sudo apt-get install ${{ matrix.packages }}
138138
- name: Download loader
139139
run: gh release download --repo hermit-os/loader --pattern hermit-loader-${{ matrix.arch }}
140+
- name: Dowload OpenSBI
141+
if: matrix.arch == 'riscv64'
142+
run: |
143+
gh release download v1.4 --repo riscv-software-src/opensbi --pattern 'opensbi-*-rv-bin.tar.xz'
144+
tar -xvf opensbi-*-rv-bin.tar.xz opensbi-1.4-rv-bin/share/opensbi/lp64/generic/firmware/fw_jump.bin
140145
- uses: mkroening/rust-toolchain-toml@main
141146
- uses: mkroening/rust-toolchain-toml@main
142147
with:

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2024-04-09"
2+
channel = "nightly-2024-04-15"
33
components = [ "rust-src" ]

0 commit comments

Comments
 (0)