Skip to content

Commit

Permalink
[NOMERGE] Debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
psalz committed Jul 18, 2023
1 parent a5dcd6b commit 3c724a3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cts_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,9 @@ jobs:
echo "CCACHE_DIR=~/.ccache" >> "$GITHUB_ENV"
- name: Build 'oclmath'
working-directory: ${{ env.container-workspace }}/build
run: cmake --build . --target oclmath
run: cmake --build . --target oclmath --verbose
- name: Debug ccache
run: |
echo "$CCACHE_DEPEND"
echo "$CCACHE_DIR"
ls -la ~/.ccache || true
ls -la ~/.cache
run: grep "LAUNCHER" CMakeCache.txt
- name: Build 'util'
working-directory: ${{ env.container-workspace }}/build
run: cmake --build . --target util
Expand Down

0 comments on commit 3c724a3

Please sign in to comment.