Skip to content

Commit

Permalink
use nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron committed Apr 17, 2024
1 parent ec29200 commit 290744f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
working-directory: rust

- name: Archive
run: make build-archive
run: tar -czvf rust-toolchain-${{ matrix.triple }}.tar.gz build/host/stage2
working-directory: rust

- name: Archive build output
uses: actions/upload-artifact@v3
with:
name: rust-toolchain-${{ matrix.triple }}
path: |
rust/rust-toolchain-${{ matrix.triple }}.tar.gz
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ configure-args = []
[rust]
lld = true
llvm-tools = true
channel = "nightly"

[llvm]
download-ci-llvm = false
Expand Down

0 comments on commit 290744f

Please sign in to comment.