Skip to content

Commit 92ea388

Browse files
committed
Updated CI workflows and release notes
Signed-off-by: Nick Avramoussis <[email protected]>
1 parent 691cf1b commit 92ea388

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/houdini.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
- name: glfw
9292
if: contains(matrix.config.image, '2023') == true
9393
run: ./ci/install_glfw.sh 3.3.10
94-
- name: cppunit
95-
run: ./ci/install_cppunit.sh 1.15.1
9694
- name: install_gtest
9795
run: ./ci/install_gtest.sh 1.15.2
9896
- name: timestamp

.github/workflows/weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ jobs:
407407
shell: powershell
408408
run: |
409409
vcpkg update
410-
vcpkg install tbb cppunit
410+
vcpkg install tbb gtest
411411
- name: build
412412
run: >
413413
./ci/build.sh -v

pendingchanges/ax.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ OpenVDB AX:
1414
codegen::FunctionBuilder API require new usage from LLVM 16 due to
1515
the LLVM opaque pointer changes. If you're not using the OpenVDB AX
1616
Function codegen API then no client changes should be necessary.
17+
- Migrated OpenVDB AX unit tests from cppunit to gtest
18+
[Contributed by Tim Straubinger]
1719

1820
- Fixes:
1921
- Fixed a case of undefined behaviour when explicitly casting variables to

0 commit comments

Comments
 (0)