Skip to content

Commit 993c305

Browse files
author
Eddy Westbrook
committed
removed the no-longer needed saw generate_scaffolding.saw step from the CI
1 parent eb36b72 commit 993c305

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,9 @@ jobs:
267267

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

270-
# FIXME: the following two steps generate Coq libraries for the SAW core
271-
# to Coq translator and build them; if we do other Coq tests, these steps
272-
# should become their own build artifact, to avoid downloading it twice
273-
- working-directory: saw-core-coq/saw
274-
run: saw generate_scaffolding.saw
275-
270+
# FIXME: the following generates Coq libraries for the SAW core to Coq
271+
# translator and build them; if we do other Coq tests, this step should
272+
# become its own build artifact, to avoid re-compiling the Coq libraries
276273
- working-directory: saw-core-coq/coq
277274
shell: bash
278275
run: opam exec -- make -j

0 commit comments

Comments
 (0)