From a5d635db8f38bf3eb2381681d17c49d11d44d9e5 Mon Sep 17 00:00:00 2001 From: JulioLoayzaM Date: Wed, 12 Jun 2024 17:34:22 +0200 Subject: [PATCH] TestU01: use cc not /usr/bin/cc No /usr/bin/cc in the CI runner. --- crypto_condor/primitives/_testu01/qbmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_condor/primitives/_testu01/qbmake.sh b/crypto_condor/primitives/_testu01/qbmake.sh index fc92dd3..b6e1d1f 100755 --- a/crypto_condor/primitives/_testu01/qbmake.sh +++ b/crypto_condor/primitives/_testu01/qbmake.sh @@ -1,6 +1,6 @@ #!/bin/bash -CC="{CC:-/usr/bin/cc}" +CC="{CC:-cc}" set -e ( cd testu01