Skip to content

Commit 09f728e

Browse files
authored
Merge pull request #2019 from Idclip/weekly_ci
Weekly CI fixes
2 parents c97acb4 + 113550d commit 09f728e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/weekly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
- name: install_deps
204204
run: |
205205
if [ "$RUNNER_OS" == "Linux" ]; then
206-
sudo apt-get -q install -y libboost-dev libboost-iostreams-dev libtbb-dev libblosc-dev llvm-dev libgtest-dev libcppunit-dev
206+
sudo apt-get -q install -y libboost-dev libboost-iostreams-dev libtbb-dev libblosc-dev llvm-15-dev libgtest-dev libgmock-dev libcppunit-dev
207207
./ci/install_nanobind.sh 2.0.0
208208
elif [ "$RUNNER_OS" == "macOS" ]; then
209209
./ci/install_macos.sh 15
@@ -313,6 +313,7 @@ jobs:
313313
-DOPENVDB_AX_TEST_CMD_DOWNLOADS=ON
314314
-DUSE_EXPLICIT_INSTANTIATION=OFF
315315
-DOPENVDB_CXX_STRICT=ON
316+
-DOPENVDB_BUILD_VDB_TOOL=OFF
316317
\"
317318
- name: clean
318319
if: matrix.config.components == 'core'
@@ -328,6 +329,7 @@ jobs:
328329
-DOPENVDB_AX_TEST_CMD_DOWNLOADS=ON
329330
-DUSE_EXPLICIT_INSTANTIATION=OFF
330331
-DOPENVDB_CXX_STRICT=ON
332+
-DOPENVDB_BUILD_VDB_TOOL=OFF
331333
\"
332334
- name: test
333335
run: cd build && ctest -V

0 commit comments

Comments
 (0)