We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c810b1 commit c3596c3Copy full SHA for c3596c3
.github/workflows/hol_light.yml
@@ -63,8 +63,11 @@ jobs:
63
gh_token: ${{ secrets.GITHUB_TOKEN }}
64
nix-shell: 'hol_light'
65
script: |
66
- make -C proofs/hol_light/x86_64 mldsa/mldsa_ntt.o
67
- echo 'needs "proofs/mldsa_ntt.ml";;' | hol.sh
+ # Load base infrastructure and specs to validate HOL-Light environment
+ # When we have smaller/faster proofs, we can run them here instead:
68
+ # make -C proofs/hol_light/x86_64 mldsa/mldsa_ntt.o
69
+ # echo 'needs "proofs/mldsa_ntt.ml";;' | hol.sh
70
+ echo 'needs "x86/proofs/base.ml";; needs "proofs/mldsa_specs.ml";; #quit;;' | hol.sh
71
hol_light_proofs:
72
needs: [ hol_light_bytecode ]
73
strategy:
0 commit comments