We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04644d4 commit 545737eCopy full SHA for 545737e
.github/workflows/weekly.yml
@@ -138,7 +138,9 @@ jobs:
138
strategy:
139
matrix:
140
config:
141
- - { brew_compiler: gcc@13, cmake: '-D CMAKE_CXX_COMPILER=/usr/local/opt/gcc@13/bin/g++-13' }
+ # Don't link against boost on macos with GCC, there are some symbol issues
142
+ # with brew using clang to build its dependencies vs us trying to use GCC
143
+ - { brew_compiler: gcc@13, cmake: '-D CMAKE_CXX_COMPILER=/usr/local/opt/gcc@13/bin/g++-13 -DOPENVDB_USE_DELAYED_LOADING=OFF' }
144
- { brew_compiler: llvm@16, cmake: '-D CMAKE_CXX_COMPILER=/usr/local/opt/llvm@16/bin/clang++' }
145
fail-fast: false
146
steps:
0 commit comments