hacl-star / hacl-star

HACL*, a formally verified cryptographic library written in F*
Apache License 2.0
1.6k stars 161 forks source link

Update OCaml builds in Makefile #948

Closed R1kM closed 1 month ago

R1kM commented 1 month ago

Following @mtzguido 's suggestion, add -thread to the OCAMLOPT/SHARED aliases in Makefiles. This should also remove a recent warning during builds.

github-actions[bot] commented 1 month ago

[CI] Important! The code in dist/gcc-compatible, dist/msvc-compatible, and dist/wasm is tested on cryspen/hacl-packages. dist is not automatically re-generated, be sure to do it manually. (A fresh snapshot can also be downloaded from CI by going to the "artifacts" section of your run.) Then check the following tests before merging this PR. Always check the latest run, it corresponds to the most recent version of this branch. All jobs are expected to be successful. In some cases manual intervention is needed. Please ping the hacl-packages maintainers.

R1kM commented 1 month ago

This is blocked on other fixes to HACL* proofs (#945, #947). Closing, to integrate it in existing PRs.