From 6c2bb154c9d972ed52f6e71b16ae3c87f10b3f29 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 23 Oct 2022 22:45:02 +0200 Subject: [PATCH] Use latest nightly for automated builds nightly-2022-07-15 suddenly started throwing ICEs/compiler panics after updating the dependencies. --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1138a44..9d510db4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,10 +54,7 @@ jobs: # FIXME: Needed for SIMD. Diopser can be compiled without SIMD support # though, we'd actually need to test whether both versions # compile - # FIXME: The latest nightly won't produce the symbols needed for CLAP: - # https://github.com/rust-lang/rust/pull/93718 - # https://github.com/rust-lang/rust/issues/99596 - toolchain: nightly-2022-07-15 + toolchain: nightly profile: minimal default: true # The macOS AArch64/universal build is done from an x86_64 macOS CI