Commit 68b88c6
committed
LIBOQS CT CI: Always compile for Haswell to avoid valgrind AVX512 failures
valgrind has poor support for AVX512 right now. Since recently Github's
ubuntu-latest runners occasionally have AVX512 support causing the
OQS_OPT_TARGET=auto flag to result in AVX512 instructions to be generated.
Consequently, valgrind fails during the constant time tests.
We have seen such failures in the main branch:
https://github.com/pq-code-package/mlkem-native/actions/runs/18371183652/job/52353870351
Similar failures do not happen in our own constant-time CI as we never
compiler with AVX512 enabled.
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>1 parent 5a4c482 commit 68b88c6
1 file changed
+19
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
18 | 30 | | |
19 | | - | |
| 31 | + | |
| 32 | + | |
20 | 33 | | |
21 | | - | |
| 34 | + | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| |||
60 | 73 | | |
61 | 74 | | |
62 | 75 | | |
63 | | - | |
| 76 | + | |
64 | 77 | | |
65 | 78 | | |
66 | 79 | | |
| |||
0 commit comments