Skip to content

Commit

Permalink
Revert "Build module in Clang/MacOS CI runs"
Browse files Browse the repository at this point in the history
This reverts commit 29c2ad1.
  • Loading branch information
tcbrindle committed Aug 1, 2023
1 parent 29c2ad1 commit 8bd0d1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
brew update
brew install gcc@13 ninja
- cxx: /usr/local/opt/llvm/bin/clang++
build_module: true
install: |
brew install llvm@16 ninja
Expand All @@ -41,7 +40,6 @@ jobs:
run: |
cmake -GNinja -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_COMPILER=${{matrix.cxx}} \
-DFLUX_BUILD_BENCHMARKS=${{matrix.build_type == 'Release'}} \
-DFLUX_BUILD_MODULE=${{matrix.build_module}} \
$GITHUB_WORKSPACE
- name: Build
Expand Down

0 comments on commit 8bd0d1c

Please sign in to comment.