Skip to content

Commit

Permalink
removed the no-longer needed saw generate_scaffolding.saw step from t…
Browse files Browse the repository at this point in the history
…he CI
  • Loading branch information
Eddy Westbrook committed Mar 17, 2022
1 parent eb36b72 commit 993c305
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,9 @@ jobs:

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

# 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

# FIXME: the following generates Coq libraries for the SAW core to Coq
# translator and build them; if we do other Coq tests, this step should
# become its own build artifact, to avoid re-compiling the Coq libraries
- working-directory: saw-core-coq/coq
shell: bash
run: opam exec -- make -j
Expand Down

0 comments on commit 993c305

Please sign in to comment.