Skip to content

Commit

Permalink
Explicitly disable ccache in ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAUT committed Oct 30, 2024
1 parent ab7f8f8 commit 2b94d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/amd_perf_kernel_Integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
TRITON_BUILD_WITH_CLANG_LLD: "TRUE"
TRITON_USE_ASSERT_ENABLED_LLVM: "TRUE"
TRITON_DISABLE_LINE_INFO: 1
TRITON_BUILD_WITH_CCACHE: "FALSE"

jobs:
Check-File-Changes:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/amd_perf_kernel_postmerge_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
TRITON_BUILD_WITH_CLANG_LLD: "TRUE"
TRITON_USE_ASSERT_ENABLED_LLVM: "TRUE"
TRITON_DISABLE_LINE_INFO: 1
TRITON_BUILD_WITH_CCACHE: "FALSE"

jobs:
Runner-Preparation-AMD:
Expand Down

0 comments on commit 2b94d82

Please sign in to comment.