Merge branch 'ab/cc-package-fixes'

Correct choices of C compilers used in various CI jobs.

* ab/cc-package-fixes:
  CI: select CC based on CC_PACKAGE (again)
maint
Junio C Hamano 2022-05-04 09:51:29 -07:00
commit 73f96c9772
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ then
test macos != "$CI_OS_NAME" || CI_OS_NAME=osx
CI_REPO_SLUG="$GITHUB_REPOSITORY"
CI_JOB_ID="$GITHUB_RUN_ID"
CC="${CC:-gcc}"
CC="${CC_PACKAGE:-${CC:-gcc}}"
DONT_SKIP_TAGS=t

cache_dir="$HOME/none"