Skip to content

Commit ad424c0

Browse files
committed
feat: minimize the indexes in function indexes
1 parent 2e9584a commit ad424c0

File tree

7 files changed

+15685
-1899
lines changed

7 files changed

+15685
-1899
lines changed

.github/workflows/rocq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
startGroup "Install dependencies"
2929
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3030
source "$HOME/.cargo/env"
31+
rustup toolchain install 1.84.1-x86_64-unknown-linux-gnu
3132
cargo --version
3233
sudo ln -s `which python3` /usr/bin/python
3334
opam install -y --deps-only RocqOfNoir/rocq-of-noir.opam
@@ -53,6 +54,5 @@ jobs:
5354
startGroup "Check that the diff is empty (excluding submodules)"
5455
# We remove these files as the generation is not yet deterministic
5556
rm noir_stdlib/monomorphized_program.json
56-
rm RocqOfNoir/keccak_monomorphic.v
5757
git -c color.ui=always diff --exit-code --ignore-submodules=dirty
5858
endGroup

0 commit comments

Comments
 (0)