Skip to content

Commit af17e41

Browse files
committed
Remove googletest from the action cache
This solves the issues presented in madgraph5#1040, madgraph5#1045, madgraph5#1048, madgraph5#1051: apparently, googletest is build once and then cached: if it had been built on an Intel runner with AVX512 support, and the same is restored on an AMD runner without AVX512, then the runTest.exe would fail with Illegal Instruction.
1 parent 5c73921 commit af17e41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/testsuite_oneprocess.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ jobs:
230230
path: |
231231
CCACHE_DIR
232232
DOWNLOADS
233-
test/googletest
234233
key: buildcache-${{ runner.os }}-${{ inputs.process }}-${{ matrix.fptype }}-${{ steps.split.outputs.prnum }}-${{ github.run_id }}
235234
restore-keys: |
236235
buildcache-${{ runner.os }}-${{ inputs.process }}-${{ matrix.fptype }}-${{ steps.split.outputs.prnum }}

0 commit comments

Comments
 (0)