Skip to content

Commit 565442c

Browse files
committed
Merge branch 'ab/cc-package-fixes' into maint
Correct choices of C compilers used in various CI jobs. source: <[email protected]> * ab/cc-package-fixes: CI: select CC based on CC_PACKAGE (again)
2 parents c038dd6 + 3506cae commit 565442c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ then
122122
test macos != "$CI_OS_NAME" || CI_OS_NAME=osx
123123
CI_REPO_SLUG="$GITHUB_REPOSITORY"
124124
CI_JOB_ID="$GITHUB_RUN_ID"
125-
CC="${CC:-gcc}"
125+
CC="${CC_PACKAGE:-${CC:-gcc}}"
126126
DONT_SKIP_TAGS=t
127127

128128
cache_dir="$HOME/none"

0 commit comments

Comments
 (0)