Skip to content

Commit

Permalink
Use stable release channel for RISC-V devices
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Aug 8, 2024
1 parent 8228031 commit 11470ae
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
# Install the newest available version of the specified toolchain,
# required for building the PAC:

- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
if: startsWith(inputs.target, 'riscv')
with:
target: ${{ inputs.target }}
Expand Down
3 changes: 0 additions & 3 deletions esp32c2/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[build]
target = "riscv32imc-unknown-none-elf"

[unstable]
build-std = ["core"]
2 changes: 1 addition & 1 deletion esp32c2/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"
3 changes: 0 additions & 3 deletions esp32c3/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[build]
target = "riscv32imc-unknown-none-elf"

[unstable]
build-std = ["core"]
2 changes: 1 addition & 1 deletion esp32c3/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"
3 changes: 0 additions & 3 deletions esp32c6-lp/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[build]
target = "riscv32imac-unknown-none-elf"

[unstable]
build-std = ["core"]
2 changes: 1 addition & 1 deletion esp32c6-lp/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"
3 changes: 0 additions & 3 deletions esp32c6/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[build]
target = "riscv32imac-unknown-none-elf"

[unstable]
build-std = ["core"]
2 changes: 1 addition & 1 deletion esp32c6/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"
3 changes: 0 additions & 3 deletions esp32h2/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[build]
target = "riscv32imac-unknown-none-elf"

[unstable]
build-std = ["core"]
2 changes: 1 addition & 1 deletion esp32h2/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"
3 changes: 0 additions & 3 deletions esp32p4/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[build]
target = "riscv32imafc-unknown-none-elf"

[unstable]
build-std = ["core"]
2 changes: 1 addition & 1 deletion esp32p4/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"
3 changes: 0 additions & 3 deletions esp32s2-ulp/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[build]
target = "riscv32imc-unknown-none-elf"

[unstable]
build-std = ["core"]
2 changes: 1 addition & 1 deletion esp32s2-ulp/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"
2 changes: 1 addition & 1 deletion esp32s3-ulp/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "stable"

0 comments on commit 11470ae

Please sign in to comment.