Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-deps.sh: install z3 with the F* script #508

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

mtzguido
Copy link
Member

The standalone build is currently not installing Z3 as it was removed from the OPAM dependencies. Use the F*-provided script to set it up.

--

The original buils for this PR #507 failed due to going through the "standalone" build instead of the "hierarchic". The latter starts from a built docker image where we ran F* CI, that is kept in the buildmachine's state, while the former starts from scratch and is seldom tested. This PR fixes the standalone build to properly install Z3 after FStarLang/FStar#3631

The standalone build is currently not installing Z3 as it was removed
from the OPAM dependencies. Use the F*-provided script to set it up.
@mtzguido
Copy link
Member Author

Sadly I have no way of triggering a standalone build from the actions UI... but I did test it locally by:

docker build -f .docker/standalone.Dockerfile .

@msprotz msprotz enabled auto-merge December 23, 2024 18:45
@msprotz
Copy link
Contributor

msprotz commented Dec 23, 2024

Thanks Guido!

@msprotz msprotz merged commit f1d7a3e into FStarLang:master Dec 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants