Skip to content

Commit

Permalink
Initial test of new PolyML and HOL4 versions compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
didriklundberg committed Jan 22, 2024
1 parent 5e394f7 commit 12efca4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

strategy:
matrix:
polyml: ['v5.7.1', 'v5.9']
polyml: ['v5.7.1', 'v5.9.1']
z3: ['4.8.4']
hol4: ['kananaskis-14']
hol4: ['master']

env:
HOLBA_POLYML_VERSION: ${{ matrix.polyml }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ${HOLBA_HOLMAKE}
### Software versions

- HOL4 (`https://github.com/HOL-Theorem-Prover/HOL`)
- tag: kananaskis-14
- Poly/ML 5.9
- tag: trindemossen-1
- Poly/ML 5.9.1
- alternatively, Poly/ML 5.7.1 (version packaged for Ubuntu 20.04)
- Z3 v4.8.4

Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/install_hol4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "${SETUP_DIR}/env_config_gen.sh" "${OPT_DIR_PARAM}"
##################################################################

# use a default polyml version if it is not specified in the environment
POLY_VERSION="v5.9"
POLY_VERSION="v5.9.1"
if [[ ! -z "${HOLBA_POLYML_VERSION}" ]]; then
POLY_VERSION=${HOLBA_POLYML_VERSION}
fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/install_hol4_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ source "${SETUP_DIR}/env_config_gen.sh" "${OPT_DIR_PARAM}"
##################################################################

# use a default polyml version if it is not specified in the environment
POLY_VERSION="v5.9"
POLY_VERSION="v5.9.1"
if [[ ! -z "${HOLBA_POLYML_VERSION}" ]]; then
POLY_VERSION=${HOLBA_POLYML_VERSION}
fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/install_poly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "${SETUP_DIR}/env_config_gen.sh" "${OPT_DIR_PARAM}"
POLY_BASE="https://github.com/polyml/polyml"

# use a default polyml version if it is not specified in the environment
POLY_VERSION="v5.9"
POLY_VERSION="v5.9.1"
if [[ ! -z "${HOLBA_POLYML_VERSION}" ]]; then
POLY_VERSION=${HOLBA_POLYML_VERSION}
fi
Expand Down

0 comments on commit 12efca4

Please sign in to comment.