File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7878 shell : bash
7979 env :
8080 # Increase this value to reset cache
81- CACHE_NUMBER : 18
81+ CACHE_NUMBER : 19
8282 run : |
8383 ONEAPI_LINK=$(readlink /opt/intel/oneapi || true)
8484 ONEAPI_KEY=$(sha256sum /opt/intel/installed.txt 2> /dev/null | cut -d\ -f1 || true)
Original file line number Diff line number Diff line change 3636 uses : ./.github/actions/load
3737 env :
3838 # Increase this value to reset cache
39- CACHE_NUMBER : 3
39+ CACHE_NUMBER : 4
4040 with :
4141 path : $HOME/packages
4242 key : packages-${{ env.LLVM_CACHE_KEY }}-${{ env.CACHE_NUMBER }}
Original file line number Diff line number Diff line change 7171 TRITON_DISABLE_LINE_INFO : 1
7272 TEST_UNSKIP : ${{ inputs.enable_unskip }}
7373 # Increase this value to reset cache
74- PIP_CACHE_NUMBER : 1
74+ PIP_CACHE_NUMBER : 2
7575
7676jobs :
7777 build :
Original file line number Diff line number Diff line change 7373 uses : ./.github/actions/load
7474 env :
7575 # Increase this value to reset cache
76- CACHE_NUMBER : 2
76+ CACHE_NUMBER : 3
7777 with :
7878 path : $HOME/.cache/pip
7979 key : pip-3.10-${{ hashFiles('.pre-commit-config.yaml') }}-${{ env.CACHE_NUMBER }}
You can’t perform that action at this time.
0 commit comments