Skip to content

Commit 1c41491

Browse files
authored
CI: remove Pixi ccache mtime workaround (#238)
Co-authored-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com> Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
1 parent 623213f commit 1c41491

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/gpu_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ permissions:
77

88
env:
99
CCACHE_DIR: "${{ github.workspace }}/.ccache"
10-
# Needed because Pixi doesn't set mtime for compilers
11-
CCACHE_COMPILERCHECK: "content"
1210

1311
concurrency:
1412
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ permissions:
77

88
env:
99
CCACHE_DIR: "${{ github.workspace }}/.ccache"
10-
# Needed because Pixi doesn't set mtime for compilers
11-
CCACHE_COMPILERCHECK: "content"
1210

1311
concurrency:
1412
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)