Skip to content

Commit

Permalink
Trying a different tack.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf committed Dec 18, 2024
1 parent b5e76da commit f969bb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 16 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/return_stack_buffer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ jobs:
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell rsb-checker.nix --run 'echo Installed dependencies.'
- run: nix-shell rsb-checker.nix --run 'env PARAMETER_SET=${{ matrix.parameter_set }} make check-rsb'
- uses: actions/checkout@master
with:
repository: sarranz/jasmin
ref: rsb3
path: jasmin-rsb
- name: Build Jasmin with the RSB-checker
working-directory: jasmin-rsb
run: nix-shell --run 'cd compiler && make CIL -j4 && make'
- run: env RSB_CHECKER=jasmin-rsb/compiler/jasmin-ct PARAMETER_SET=${{ matrix.parameter_set }} make check-rsb
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ check-sct: $(IMPLEMENTATION)/ml_dsa.jazz

.PHONY: check-rsb
check-rsb: $(IMPLEMENTATION)/ml_dsa.jazz
env JASMINPATH="Common=$(COMMON)" $(JASMINCT_RSB) --speculative $^
env JASMINPATH="Common=$(COMMON)" $(RSB_CHECKER) --speculative $^

.PHONY: run-interpreter
run-interpreter: $(IMPLEMENTATION)/example.jazz $(IMPLEMENTATION)/ml_dsa.jazz
Expand Down
13 changes: 0 additions & 13 deletions rsb-checker.nix

This file was deleted.

0 comments on commit f969bb4

Please sign in to comment.