Skip to content

Commit 8dd1d2c

Browse files
committed
Temporarily pin compilers on OSX CI.
1 parent 29f43ac commit 8dd1d2c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tools/gha_osx_heyoka_head.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1111
export deps_dir=$HOME/local
1212
export PATH="$HOME/miniconda/bin:$PATH"
1313
bash miniconda.sh -b -p $HOME/miniconda
14-
conda create -y -p $deps_dir python=3.11 c-compiler cxx-compiler git pybind11 'numpy<2' cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield spdlog sympy cloudpickle 'mppp=1.*'
14+
conda create -y -p $deps_dir python=3.11 c-compiler cxx-compiler git pybind11 'numpy<2' \
15+
cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield \
16+
spdlog sympy cloudpickle 'mppp=1.*' 'clang<19' 'clangxx<19'
1517
source activate $deps_dir
1618

1719
# Checkout, build and install heyoka's HEAD.

tools/gha_osx_heyoka_head_static.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
1111
export deps_dir=$HOME/local
1212
export PATH="$HOME/miniconda/bin:$PATH"
1313
bash miniconda.sh -b -p $HOME/miniconda
14-
conda create -y -p $deps_dir python=3.11 c-compiler cxx-compiler git pybind11 'numpy<2' cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield spdlog sympy cloudpickle 'mppp=1.*' numba
14+
conda create -y -p $deps_dir python=3.11 c-compiler cxx-compiler git pybind11 'numpy<2' \
15+
cmake llvmdev tbb-devel tbb astroquery libboost-devel sleef fmt skyfield \
16+
spdlog sympy cloudpickle 'mppp=1.*' numba 'clang<19' 'clangxx<19'
1517
source activate $deps_dir
1618

1719
# Checkout, build and install heyoka's HEAD.

0 commit comments

Comments
 (0)