Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,12 +611,14 @@ jobs:
- run: opam pin add -y rocq-prover 9.0.0
- run: opam install -y rocq-core=9.1.0 rocq-stdlib=9.0.0

# Install coq-bits from source. FIXME: replace with compatible
# opam-released version when available.
# Install coq-bits and coq-flocq from source.
# FIXME: replace pinned versions with compatible opam-released versions
# when available.
- working-directory: saw-core-rocq/rocq
run: |
opam install -y coq=9.1.0 # coq-* packages include compatibility shims (e.g., coq_makefile).
opam pin -y coq-bits https://github.com/rocq-community/bits.git#f50fc3e5f1eabcb0b0b94c8d25f75e61a255c2ba
opam pin -y coq-flocq https://gitlab.inria.fr/flocq/flocq.git#27143972fc1dc96e281626d5194b5b371f05db80

# FIXME: the following steps generate Rocq libraries for the SAWCore to
# Rocq translator and builds them; if we do other Rocq tests, these steps
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This release supports [version
corresponding to a source file and source line number, or (3) the unnamed
Metadata at the requested index.

* Add basic support for Cryptol `Rational` values in SAWCore.
* Add basic support for Cryptol `Rational` and `Float` values in SAWCore.

* Add support for derived Cryptol instances in SAWCore.

Expand Down
Loading
Loading