Skip to content

Commit

Permalink
Merge branch 'main' into shortfin-python-3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Nov 11, 2024
2 parents 4518ee5 + 6c3a5b2 commit ffdac95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_linux_x64_asan-libshortfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ concurrency:

env:
PYENV_ROOT: ${{ github.workspace }}/pyenv
PYENV_REF: 9ecd803bffaffb949fbdd8c70cb086227f6a3202 # v2.4.10
PYTHON_VER: 3.12.3
PYENV_REF: 96b3fb2fc3bee85650cb22e2cb06c83c24509a6d # v2.4.17
PYTHON_VER: 3.12.7
CACHE_ASAN_VER: 2
CACHE_DEPS_VER: 1
IREE_SOURCE_DIR: ${{ github.workspace }}/iree
Expand Down
2 changes: 1 addition & 1 deletion shortfin/build_tools/cmake/shortfin_library.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function(shortfin_public_library)
PRIVATE ${_DYLIB_COMPONENTS}
)
set_target_properties("${_RULE_NAME}" PROPERTIES
VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}
VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}
SOVERSION ${SOVERSION}
)
endif()
Expand Down

0 comments on commit ffdac95

Please sign in to comment.