Skip to content

Commit

Permalink
[ci]: remove ML-KEM
Browse files Browse the repository at this point in the history
ML-KEM is hard-failing on Github Actions for an obscure reason.

Moreover, ML-KEM checking time, even in weak-check mode, is
uterly long to check.

While it is investigate & ML-KEM proofs are updated using the
map-reduce tactics, I am removing it from the CI.

It will be reintegrated ASAP.
  • Loading branch information
strub committed Jun 17, 2024
1 parent a8d385a commit 26689ed
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,6 @@

,

{ "name" : "ml-kem"
, "repository" : "https://github.com/formosa-crypto/formosa-mlkem"
, "branch" : "master"
, "subdir" : "."
, "config" : "config/tests.config"
, "scenario" : "mlkem"
, "options" : "-pragmas Proofs:weak"
}

,

{ "name" : "cryptobox"
, "repository" : "https://gitlab.com/fdupress/ec-cryptobox"
, "branch" : "next"
Expand Down

0 comments on commit 26689ed

Please sign in to comment.