Skip to content

Commit

Permalink
ci: disable parallel tools for mac-13 clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 26, 2023
1 parent 4fd118d commit d9040d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-clang15-xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo $CC
mkdir build
cd build
cmake -DHDF5_ENABLE_ROS3_VFD:BOOL=ON -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_BUILD_PARALLEL_TOOLS:BOOL=ON -G Xcode ..
cmake -DHDF5_ENABLE_ROS3_VFD:BOOL=ON -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_PARALLEL:BOOL=ON -G Xcode ..
cmake --build . --config Debug
ctest --build . -C Debug
sudo cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_INSTALL_CONFIG_NAME=Debug -P cmake_install.cmake
Expand Down

0 comments on commit d9040d7

Please sign in to comment.