Commit ec1eaaf
committed
TEMP(ci:windows-tools): exercise tool-disable on PR — REVERT BEFORE MERGE
Mirrors the TEMP pattern from #360 but scoped to `build-llvm/action.yml`
only (this branch doesn't touch solc):
1. `if: false` on the LLVM artifact cache restore → forces Build LLVM to
always run, so the Windows tool-disable change is actually exercised.
Without this, the args-hash in the cache key only triggers miss on the
first push (when no entry exists); subsequent pushes to this branch
would hit the entry we just saved and skip the build, masking any
regression.
2. `save: true` on the ccache-action → populates ccache in this branch's
cache scope even on PR events, so a follow-up push can observe
warm-ccache + tool-disable together (the actual target configuration).
Revert both before merge. The end-state behaviour (artifact cache restore
works, ccache saves only on non-PR events) is what ships.1 parent 010b23b commit ec1eaaf
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
| 117 | + | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
| |||
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
181 | | - | |
| 184 | + | |
182 | 185 | | |
183 | 186 | | |
184 | 187 | | |
| |||
0 commit comments