Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Mar 12, 2024
1 parent c10d3d0 commit 2b3499d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build_linux_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,11 @@ jobs:
cmake -B build -GNinja . \
-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DTHEROCK_PACKAGE_VERSION="${package_version}"
#cmake --build build
cmake --build build
# - name: Build Tarballs
# run: |
# (cd build && cpack -G TXZ)

- name: cat CPackConfig.cmake
run: |
cat build/CPackConfig.cmake
- name: cat CPackSourceConfig.cmake
- name: Build Tarballs
run: |
cat build/CPackSourceConfig.cmake
(cd build && cpack -G TXZ)
- name: Report
if: ${{ !cancelled() }}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include(ExternalProject)
# Options
################################################################################

set(THEROCK_PACKAGE_VERSION "git" CACHE PATH "Sets the package version string")
set(THEROCK_PACKAGE_VERSION "git" CACHE STRING "Sets the package version string")
set(ROCM_GIT_DIR "${THEROCK_SOURCE_DIR}/sources" CACHE PATH "Directory of rocm-org repo checkout")
message(STATUS "ROCM_GIT_DIR is set to: ${ROCM_GIT_DIR}")

Expand Down

0 comments on commit 2b3499d

Please sign in to comment.