Skip to content

Commit cdda8b4

Browse files
committed
CI: Check that HOL-Light bytecode is up to date
This commit adds to the unconditional CI job `ci.yml` a check that the bytecode in the HOL-Light proof scripts is up to date. This was previously only checked by the HOL-Light workflow, which however is only triggered on changes to the HOL-Light files. Signed-off-by: Hanno Becker <beckphan@amazon.co.uk>
1 parent fc05f37 commit cdda8b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,3 +693,11 @@ jobs:
693693
gh_token: ${{ secrets.GITHUB_TOKEN }}
694694
script: |
695695
python3 ./scripts/autogen --dry-run --force-cross
696+
- uses: ./.github/actions/setup-shell
697+
# Building the HOL-Light bytecode currently requires native compilation
698+
if: ${{ matrix.system == 'pqcp-arm64' }}
699+
with:
700+
nix-shell: 'hol_light'
701+
gh_token: ${{ secrets.GITHUB_TOKEN }}
702+
script: |
703+
python3 ./scripts/autogen --dry-run --update-hol-light-bytecode

0 commit comments

Comments
 (0)