Skip to content

Commit

Permalink
Merge pull request #2132 from GaloisInc/update-entree-specs
Browse files Browse the repository at this point in the history
Bump the entree-specs version used by heapster-tests
  • Loading branch information
sauclovian-g authored Oct 15, 2024
2 parents 6a693c0 + 5b37919 commit 55359cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:

# If you change the entree-specs commit below, make sure you update the
# documentation in saw-core-coq/README.md accordingly.
- run: opam pin -y entree-specs https://github.com/GaloisInc/entree-specs.git#62e916fe308d7b215363b80edf9e6d6d1602c737
- run: opam pin -y entree-specs https://github.com/GaloisInc/entree-specs.git#2ec3cab68797922dc2825bb6295dbdf6cfab9fbf

# FIXME: the following steps generate Coq libraries for the SAW core to
# Coq translator and builds them; if we do other Coq tests, these steps
Expand Down
2 changes: 1 addition & 1 deletion saw-core-coq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.
opam init
opam repo add coq-released https://coq.inria.fr/opam/released
opam install -y coq-bits
opam pin -y entree-specs https://github.com/GaloisInc/entree-specs.git#62e916fe308d7b215363b80edf9e6d6d1602c737
opam pin -y entree-specs https://github.com/GaloisInc/entree-specs.git#2ec3cab68797922dc2825bb6295dbdf6cfab9fbf
```

We have pinned the `entree-specs` dependency's commit to ensure that it points
Expand Down

0 comments on commit 55359cc

Please sign in to comment.