Skip to content

Commit 3c014d2

Browse files
jakirkhamDimitriPapadopoulos
authored andcommitted
Fix intermittent macOS GHA build issues w/AVX2 (zarr-developers#482)
* Try dropping `CC` on macOS GHA builds Ideally this specification is not needed to pick up the right compiler on macOS. So try dropping it to see if things still work. * Disable AVX2 on macOS Lately there have been intermittent issues on macOS GHA building with AVX2 support on. So just turn it off. Hopefully this clears those errors.
1 parent 712d781 commit 3c014d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-osx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
shell: "bash -l {0}"
5050
run: |
5151
conda activate env
52-
export CC=clang
52+
export DISABLE_NUMCODECS_AVX2=""
5353
python -m pip install -v -e .[test,msgpack,zfpy]
5454
5555
- name: List installed packages

0 commit comments

Comments
 (0)