Skip to content

Commit

Permalink
Merge pull request #462 from Nadrieril/circus-green-for-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored Nov 20, 2024
2 parents 735b75b + bb62cf3 commit b2dae3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,22 @@ jobs:
needs: [nix]
runs-on: [self-hosted, linux, nix]
steps:
- uses: actions/checkout@v4
with:
repository: Inria-Prosecco/circus-green
- run: |
nix flake check --refresh -L github:aeneasverif/eurydice \
--override-input charon github:aeneasverif/charon/${{ github.sha }} \
--override-input charon/rust-overlay github:oxalica/rust-overlay/master
nix flake lock --refresh --update-input eurydice
nix flake lock --override-input charon github:aeneasverif/charon/${{ github.sha }}
./check.sh eurydice
kyber:
needs: [eurydice]
runs-on: [self-hosted, linux, nix]
steps:
- uses: actions/checkout@v4
with:
repository: cryspen/libcrux
repository: Inria-Prosecco/circus-green
- run: |
nix develop --command cargo generate-lockfile
nix build --refresh -L '.#ml-kem' \
--override-input charon github:aeneasverif/charon/${{ github.sha }} \
--update-input charon/rust-overlay \
--update-input eurydice \
--update-input hax \
--update-input crane
nix flake lock --refresh --update-input eurydice
nix flake lock --override-input charon github:aeneasverif/charon/${{ github.sha }}
./check.sh ml-kem-small
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
];
};
checks = {
default = charon-ml-tests;
inherit charon-ml-tests charon-check-fmt charon-check-no-rustc
charon-ml-check-fmt check-generated-ml;
};
Expand Down

0 comments on commit b2dae3a

Please sign in to comment.