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

CBMC: do not use prerelease versions #4329

Closed
wants to merge 1 commit into from

Conversation

tautschnig
Copy link
Contributor

Description of changes:

Use jq to filter out versions that have "prerelease" set to true. While at it, do all filtering using jq rather than additionally relying on grep and head.

Call-outs:

This will avoid CI failures seen with the 6.0 CBMC prerelease. We may still, however, need to add changes once the full 6.0 release lands as CBMC is making breaking changes with this major-version upgrade.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? CBMC CI jobs.

Is this a refactor change? no

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Use jq to filter out versions that have "prerelease" set to true. While
at it, do all filtering using jq rather than additionally relying on
`grep` and `head`.
@tautschnig
Copy link
Contributor Author

Closing as #4328 already takes care of this. Apologies for the noise.

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.

1 participant