We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb36b72 commit 993c305Copy full SHA for 993c305
.github/workflows/ci.yml
@@ -267,12 +267,9 @@ jobs:
267
268
- run: opam install -y coq=8.13.2 coq-bits=1.1.0
269
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
-
+ # 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
276
- working-directory: saw-core-coq/coq
277
shell: bash
278
run: opam exec -- make -j
0 commit comments