Commit bae7641
committed
CI: Add config variation for MLK_CONFIG_NO_RANDOMIZED_API
The deterministic-only build (MLK_CONFIG_NO_RANDOMIZED_API) had no
coverage in the config-variations matrix, which is how the test_mlkem.c
build regression went unnoticed.
Add a "no-randomized" variation that builds and runs func, kat, acvp,
wycheproof, stack and rng_fail under the flag, mirroring the reduced-API
entries. Examples are included except basic_deterministic, which already
sets the flag in its own config and would otherwise trip -Wmacro-redefined.
The alloc test is disabled: its exact high-watermark check assumes the
randomized wrappers, whose coins buffer is absent from the
deterministic-only allocation profile.
Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>1 parent c8bed50 commit bae7641
1 file changed
Lines changed: 25 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
0 commit comments