Skip to content

Commit

Permalink
added a step to the heapster-tests CI workflows to re-generate the Co…
Browse files Browse the repository at this point in the history
…q support libraries
  • Loading branch information
Eddy Westbrook committed Mar 16, 2022
1 parent 87ab2f3 commit 9bc0057
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,12 @@ jobs:

- run: opam install -y coq=8.13.2 coq-bits=1.1.0

# FIXME: the following builds the Coq libraries for the SAW core
# to Coq translator; if we do other Coq tests, this should become
# its own build artifact, to avoid downloading it twice
# FIXME: the following two steps generate Coq libraries for the SAW core
# to Coq translator and build them; if we do other Coq tests, these steps
# should become their own build artifact, to avoid downloading it twice
- working-directory: saw-core-coq/saw
run: saw generate_scaffolding.saw

- working-directory: saw-core-coq/coq
shell: bash
run: opam exec -- make -j
Expand Down

0 comments on commit 9bc0057

Please sign in to comment.