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 c1f2785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 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 Expand Up @@ -122,6 +123,7 @@ jobs:
echo "PATH is '$PATH'"
pip uninstall -y triton
cd python
export TRITON_BUILD_WITH_CCACHE=0
pip install -v -e .
- name: Run Perf Kernels Unit Tests
run: |
Expand Down
2 changes: 2 additions & 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 Expand Up @@ -83,6 +84,7 @@ jobs:
echo "PATH is '$PATH'"
pip uninstall -y triton
cd python
export TRITON_BUILD_WITH_CCACHE=0
pip install -v -e .
- name: Run Perf Kernels Unit Tests
run: |
Expand Down

0 comments on commit c1f2785

Please sign in to comment.