File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ permissions:
1515
1616jobs :
1717 test-windows :
18- runs-on : windows-2019
18+ runs-on : windows-2022
1919 timeout-minutes : 300
2020
2121 strategy :
2222 fail-fast : false
2323 matrix :
24- usd : ["v24.08", "v25.05"]
24+ usd : ["v24.08", "v25.05.01 "]
2525 python : ["3.10", "3.12"]
2626
2727 name : " USD-${{ matrix.usd }}-py${{ matrix.python }}"
6565 set VCPKG_TARGET_TRIPLET=x64-windows
6666 set CMAKE_TOOLCHAIN_FILE=%VCPKG_INSTALLATION_ROOT%/scripts/buildsystems/vcpkg.cmake
6767 python ./src/build_scripts/build_usd.py . ^
68- --generator "Visual Studio 16 2019 " ^
68+ --generator "Visual Studio 17 2022 " ^
6969 --no-tests ^
7070 --no-examples ^
7171 --no-tutorials ^
8282 export PATH="${{runner.temp}}/USD/bin;${{runner.temp}}/USD/lib;${PATH}"
8383 export PYTHONPATH="${{runner.temp}}/USD/lib/python;${PYTHONPATH}"
8484 cmake \
85- -G "Visual Studio 16 2019 " -A x64 \
85+ -G "Visual Studio 17 2022 " -A x64 \
8686 -D "CMAKE_TOOLCHAIN_FILE=${VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake" \
8787 -D "VCPKG_TARGET_TRIPLET=x64-windows" \
8888 -D "BUILD_DOCS=OFF" \
Original file line number Diff line number Diff line change 44Release Notes
55*************
66
7+ .. release :: Upcoming
8+
9+ .. change :: fixed
10+
11+ Updated Github workflow configuration to test library against
12+ :term: `USD ` v23.05.01.
13+
14+ .. change :: fixed
15+
16+ Fixed Windows CI test errors by switching to 'windows-2022' image.
17+
718.. release :: 0.8.3
819 :date: 2025-05-15
920
Original file line number Diff line number Diff line change 1+ // clang-format off
2+
13#include " ./predicate.h"
24
35#include " unf/capturePredicate.h"
Original file line number Diff line number Diff line change 1+ // clang-format off
2+
13#include " ./predicate.h"
24
35#include " unf/broker.h"
You can’t perform that action at this time.
0 commit comments