Skip to content

Commit

Permalink
[workspace] Upgrade openusd_internal to latest release v24.05 (RobotL…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Apr 19, 2024
1 parent 1b01bab commit 2c993a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/workspace/openusd_internal/lock/files.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ FILES = {
"declare.h",
"ilmbase_halfLimits.h",
"limits.h",
"numericCast.h",
"traits.h",
],
"PRIVATE_CLASSES": [
Expand Down Expand Up @@ -288,6 +289,7 @@ FILES = {
"callContext.h",
"cxxCast.h",
"declarePtrs.h",
"delegatedCountPtr.h",
"diagnosticLite.h",
"functionTraits.h",
"functionRef.h",
Expand All @@ -303,7 +305,6 @@ FILES = {
"pxrTslRobinMap/robin_hash.h",
"pxrTslRobinMap/robin_map.h",
"pxrTslRobinMap/robin_set.h",
"preprocessorUtils.h",
"preprocessorUtilsLite.h",
"safeTypeCompare.h",
"span.h",
Expand Down Expand Up @@ -337,7 +338,6 @@ FILES = {
],
"CPPFILES": [
"initConfig.cpp",
"preprocessorUtils.cpp",
"pxrDoubleConversion/bignum-dtoa.cc",
"pxrDoubleConversion/bignum.cc",
"pxrDoubleConversion/cached-powers.cc",
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/openusd_internal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def openusd_internal_repository(
After upgrading, you must re-generate the lockfile:
bazel run //tools/workspace/openusd_internal:upgrade -- --relock
""",
commit = "v24.03",
sha256 = "0724421cff8ae04d0a7108ffa7c104e6ec3f7295418d4d50caaae767e59795ef", # noqa
commit = "v24.05",
sha256 = "0352619895588efc8f9d4aa7004c92be4e4fa70e1ccce77e474ce23941c05828", # noqa
build_file = ":package.BUILD.bazel",
patches = [
":patches/cmake_rapidjson.patch",
Expand Down

0 comments on commit 2c993a2

Please sign in to comment.