-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Remove apt-cyg installation and check for jq. #3718
Conversation
cygwin and jq are being available on adoptium jenkins. I think it’s still good to check and install if they aren't exist for local run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A block has been put on this Pull Request as this repository is temporarily under a code freeze due to an ongoing release cycle.
If this pull request needs to be merged during the release cycle then please comment /merge
and a PMC member will be able to remove the block.
If the code freeze is over you can remove this block by commenting /thaw
.
Fix jq installation check and make work_dir relative.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Local tests work ok, so once code freeze is over, this is good to merge. |
/thaw |
Pull Request unblocked - code freeze is over.
Solves part of #3711
Remove installation of apt-cyg and jq, as these are installed via the playbooks.
The script now checks if jq is available, and errors if not present and in the path.