From: Pauli Date: Thu, 29 Jul 2021 05:24:20 +0000 (+1000) Subject: ci: specific gcc explicitly on the basic-gcc CI build X-Git-Tag: openssl-3.0.0~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebe667b4645ef8ee742c5364a3ee3dd363bd17b4;p=thirdparty%2Fopenssl.git ci: specific gcc explicitly on the basic-gcc CI build GitHub Actions default to clang not gcc so this is necessary now. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16174) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e89d455a90..bcb5cd57758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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