Skip to content

Commit

Permalink
Temporary clang pins on the osx x86 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Oct 9, 2024
1 parent 1f4f705 commit c4436d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/gha_osx_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
conda create -y -p $deps_dir c-compiler zlib cxx-compiler libcxx cmake ninja \
llvmdev tbb-devel tbb libboost-devel sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog 'mppp=1.*'
blas-devel fmt spdlog 'mppp=1.*' 'clang<19' 'clangxx<19'
source activate $deps_dir

# Create the build dir and cd into it.
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_osx_x86_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
conda create -y -p $deps_dir c-compiler zlib cxx-compiler libcxx cmake ninja \
llvmdev tbb-devel tbb libboost-devel sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog 'mppp=1.*'
blas-devel fmt spdlog 'mppp=1.*' 'clang<19' 'clangxx<19'
source activate $deps_dir

# Create the build dir and cd into it.
Expand Down

0 comments on commit c4436d8

Please sign in to comment.