pq-ml-dsa is failing in the nightly — 6 night(s) running, since 2026-07-24.
Medium · toolchain · affects this-dir
- Symptom — Compilation fails: wolfssl/wolfcrypt/wc_mldsa.h not found against v5.9.1-stable
- Likely cause — The example includes a header that is not installed by this wolfSSL build/ref (either wrong header name or ML-DSA/dilithium support not enabled at configure time)
- Next — Verify correct ML-DSA header name for v5.9.1 (likely dilithium.h) and/or ensure the build profile enables dilithium so the header is installed
What failed
| test |
wolfSSL |
error |
build |
v5.9.1-stable |
make rc=2 |
log tail
gcc -o ml_dsa_test ml_dsa.c -Wextra -Werror -Wall -I/usr/local/include -L/usr/local/lib -lm -lwolfssl -g -DDEBUG
ml_dsa.c:10:10: fatal error: wolfssl/wolfcrypt/wc_mldsa.h: No such file or directory
10 | #include <wolfssl/wolfcrypt/wc_mldsa.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:13: ml_dsa_test] Error 1
Filed automatically by ci-triage. Body updated 2026-07-29 UTC.
Add the ci:mute label to stop all updates. Closing as not planned prevents reopening.
pq-ml-dsais failing in the nightly — 6 night(s) running, since 2026-07-24.Medium · toolchain · affects this-dir
What failed
buildv5.9.1-stablelog tail
Filed automatically by ci-triage. Body updated 2026-07-29 UTC.
Add the
ci:mutelabel to stop all updates. Closing as not planned prevents reopening.