We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The release build for macOS and Arch Linux is broken because we have not published prebuilt Z3 images for Ubuntu Focal or Debian Bookworm.
The Ubuntu Focal and Debian Bookworm packaging jobs failed with an error related to the new prebuilt Z3 images used to speed up CI.
A quick look at the z3-images repository suggests that we are just not building or publishing Z3 images for these platforms.
As above.
The initial fix was to build Focal and Bookworm images:
Then, we updated the repository name to get more consistent naming for the Docker images we're pushing:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The release build for macOS and Arch Linux is broken because we have not published prebuilt Z3 images for Ubuntu Focal or Debian Bookworm.
Symptoms
The Ubuntu Focal and Debian Bookworm packaging jobs failed with an error related to the new prebuilt Z3 images used to speed up CI.
Investigation
A quick look at the z3-images repository suggests that we are just not building or publishing Z3 images for these platforms.
Root Cause
As above.
Fix
The initial fix was to build Focal and Bookworm images:
Then, we updated the repository name to get more consistent naming for the Docker images we're pushing:
The text was updated successfully, but these errors were encountered: