Skip to content

Commit

Permalink
Tentatively skip cargo clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jul 18, 2024
1 parent c0398f0 commit aa7a8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-ml-kem/boring.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
SED=$(which gsed &>/dev/null && echo gsed || echo sed)

# Extract the C code
cargo clean
# cargo clean
./c.sh --config cg.yaml --out cg --mlkem768 \
--no-glue --no-unrolling --no-karamel_include --no-karamel_include

Expand Down

0 comments on commit aa7a8ea

Please sign in to comment.