Skip to content

Commit

Permalink
Merge pull request #272 from Nadrieril/mad-rustc-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril authored Jun 28, 2024
2 parents ae55966 + 0fb1b5d commit 49d06be
Show file tree
Hide file tree
Showing 43 changed files with 976 additions and 791 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,20 @@ jobs:
if: needs.check_if_skip_duplicate_job.outputs.should_skip != 'true'
runs-on: [self-hosted, linux, nix]
steps:
- run: nix flake check -L github:aeneasverif/aeneas --override-input charon github:aeneasverif/charon/${{ github.sha }}
- run: |
nix flake check -L github:aeneasverif/aeneas \
--override-input charon github:aeneasverif/charon/${{ github.sha }} \
--override-input charon/rust-overlay github:oxalica/rust-overlay/master
eurydice:
needs: [check_if_skip_duplicate_job, nix]
if: needs.check_if_skip_duplicate_job.outputs.should_skip != 'true'
runs-on: [self-hosted, linux, nix]
steps:
- run: nix flake check -L github:aeneasverif/eurydice --override-input charon github:aeneasverif/charon/${{ github.sha }}
- run: |
nix flake check -L github:aeneasverif/eurydice \
--override-input charon github:aeneasverif/charon/${{ github.sha }} \
--override-input charon/rust-overlay github:oxalica/rust-overlay/master
kyber:
needs: [check_if_skip_duplicate_job, eurydice]
Expand Down
Loading

0 comments on commit 49d06be

Please sign in to comment.