From 3c724a3ea661e38a45e9528e18084a27765f2982 Mon Sep 17 00:00:00 2001 From: Philip Salzmann Date: Tue, 18 Jul 2023 10:44:47 +0200 Subject: [PATCH] [NOMERGE] Debug 2 --- .github/workflows/cts_ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cts_ci.yml b/.github/workflows/cts_ci.yml index 78df949d6..0f59a12f5 100644 --- a/.github/workflows/cts_ci.yml +++ b/.github/workflows/cts_ci.yml @@ -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