Skip to content

Commit

Permalink
No longer need beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Jul 17, 2024
1 parent 0002a03 commit a1990b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
- name: Install targets
run: |
rustup target add thumbv7em-none-eabihf
rustup toolchain add beta
rustup component add rust-src --toolchain beta
- name: Find slug name
run: |
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ popd
popd
pushd qemu-code
pushd uart-driver
# Build in beta because armv8r-none-eabihf isn't in stable 1.77
RUSTC_BOOTSTRAP=1 cargo +beta build -Zbuild-std=core
# Build from source because armv8r-none-eabihf isn't Tier 2
RUSTC_BOOTSTRAP=1 cargo build -Zbuild-std=core
popd
popd
pushd nrf52-code
Expand Down

0 comments on commit a1990b7

Please sign in to comment.