]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix CI bootstrap build with a nightly rust compiler
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 18 Jul 2024 09:01:55 +0000 (11:01 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Thu, 18 Jul 2024 12:39:56 +0000 (12:39 +0000)
The CI failed to compile some recent code that requires a nightly
feature. This change allows the CI to use a nightly compiler instead.

ChangeLog:

* .github/workflows/bootstrap.yml: Install nightly rustc.

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
.github/workflows/bootstrap.yml

index 4381e123ecaad0b41b0a8d4f6393fe4e22fc38d7..6b820a5047b65e44fa7ca5372fc1e445545d508f 100644 (file)
@@ -29,6 +29,7 @@ jobs:
                   gcc-multilib \
                   g++-multilib \
                   dejagnu
+          curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly;
 
     - name: Configure
       run: |