Skip to content

Commit

Permalink
Gitlab Apple CI: Point to homebrew curl
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 4, 2022
1 parent 3f1618a commit 90416c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ Python 3 POCL (+GL and special functions):

Python 3 Conda Apple:
script: |
# That's where homebrew lives, and it has the curl that doesn't cause
# cert errors from the OS being too old.
export PATH="/usr/local/opt/curl/bin:$PATH"
CONDA_ENVIRONMENT=.test-conda-env.yml
grep -v ocl-icd .test-conda-env-py3.yml > $CONDA_ENVIRONMENT
export CC=gcc
Expand Down

0 comments on commit 90416c9

Please sign in to comment.