Skip to content

Commit

Permalink
ICD-Loader targets debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Beanavil committed Aug 22, 2023
1 parent 9e5c393 commit cc06703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:
CONF:
- GEN: Unix Makefiles
CONFIG: Debug
# - GEN: Unix Makefiles
# CONFIG: Release
# - GEN: Ninja Multi-Config
# CONFIG: Release
IMAGE:
- streamhpc/opencl-sdk-base:ubuntu-22.04-20230717
container: ${{matrix.IMAGE}}
Expand Down Expand Up @@ -98,7 +94,7 @@ jobs:
- name: Configure, package & install OpenCL-ICD-Loader
run: $CMAKE_EXE
-G "${{matrix.CONF.GEN}}"
`if [[ "${{matrix.CONF.GEN}}" == "Unix Makefiles" ]]; then echo "-DCMAKE_BUILD_TYPE=${{matrix.CONF.CONFIG}}"; fi`
`if [[ "${{matrix.CONF.GEN}}" == "Unix Makefiles" ]]; then echo "-D ${{matrix.CONF.CONFIG}}"; fi`
-D BUILD_TESTING=OFF
-D CPACK_PACKAGING_INSTALL_PREFIX=$DEB_INSTALLATION_PATH
-S $GITHUB_WORKSPACE/external/OpenCL-ICD-Loader
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
[Pp]ackage/
[Pp]ackage-deb/

# Cmake
CMakeFiles/

# vim
*~
.*.sw[op]
Expand Down

0 comments on commit cc06703

Please sign in to comment.