forked from emina/rosette
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Z3 install failures more obvious on unsupported platforms
Previously, when installing on platforms that don't have a prebuilt Z3 binary available from GitHub, we'd silently install an x86 Linux binary anyway, and then things would mysteriously fail at run time. So let's make two changes: (1) explicitly check the architecture and only install for x86_64 systems, since there are no prebuilt Z3 binaries for other architectures on the version of Z3 we use; and (2) provide more visible feedback if the install script fails to install a Z3 binary, by moving it to be a post-install rather than pre-install phase.
- Loading branch information
1 parent
096430e
commit 426ffbf
Showing
2 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters