From 261edbf47f6dc67a8bc980e13a23c951a3ae43fe Mon Sep 17 00:00:00 2001 From: Rahix Date: Wed, 25 Sep 2024 02:51:59 +0200 Subject: [PATCH 1/2] Upgrade rust toolchain to nightly-2024-11-05 --- .github/workflows/ci.yml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 507335a20c..9cfc4c7688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2023-12-28 + toolchain: nightly-2024-11-05 components: rust-src - name: Install avr-gcc, binutils, and libc run: sudo apt-get install -y avr-libc binutils-avr gcc-avr diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 270cc88989..b3f7e7910f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2024-03-22" +channel = "nightly-2024-11-05" components = [ "rust-src" ] profile = "minimal" From baab2ac63a3babf17128a33cfec0e7a6ffc74baf Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 5 Nov 2024 00:28:54 +0100 Subject: [PATCH 2/2] [NO MERGE] ci: Temporarily disable fail-fast This allows us to see which targets are currently failing the build. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cfc4c7688..821e68fdc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: ci: name: "${{ matrix.m.type }}: ${{ matrix.m.name }}" strategy: - fail-fast: true + fail-fast: false matrix: m: - type: board