]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci: specific gcc explicitly on the basic-gcc CI build
authorPauli <pauli@openssl.org>
Thu, 29 Jul 2021 05:24:20 +0000 (15:24 +1000)
committerPauli <pauli@openssl.org>
Thu, 5 Aug 2021 05:41:29 +0000 (15:41 +1000)
GitHub Actions default to clang not gcc so this is necessary now.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16174)

.github/workflows/ci.yml

index 9e89d455a90a425d699d1cb26bc30fe1691e3aa5..bcb5cd57758139d86823df3d4c097a3890f1067b 100644 (file)
@@ -61,7 +61,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2
     - name: config
-      run: ./config --banner=Configured enable-fips --strict-warnings && perl configdata.pm --dump
+      run: CC=gcc ./config --banner=Configured enable-fips --strict-warnings && perl configdata.pm --dump
     - name: make
       run: make -s -j4
     - name: make test