From 2bc6db592e68f18c1e1e4853f74907868a30241b Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 24 Jul 2022 15:14:56 +0200 Subject: [PATCH] Temporarily revert to an older nightly to fix CLAP See the mentioned issues. --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e118cd5..12ee5945 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,10 @@ jobs: # FIXME: Needed for SIMD. Diopser can be compiled without SIMD support # though, we'd actually need to test whether both versions # compile - toolchain: nightly + # 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 profile: minimal default: true # The macOS AArch64 build is done from an x86_64 macOS CI runner, so