-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix check for Qwt>=6.2.0 for QWT_POLAR #57023
Conversation
Also set QWT_POLAR_VERSION=0x060200
@stefanuhrig do you have an idea what happened to the hana test? |
I think the failure is due actions/runner-images#9557 |
Thanks @MehdiChinoune ! |
@m-kuhn As far as I can see, the hana test issue has been resolved. If there are any further issues, please reach out to me. |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_34 release-3_34
# Navigate to the new working tree
cd .worktrees/backport-release-3_34
# Create a new branch
git switch --create backport-57023-to-release-3_34
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 78305b5fbb47a4414e0ff25553862e95262203b5,97b19f453f3fa71bac91eefd95e334e4385827f1
# Push it to GitHub
git push --set-upstream origin backport-57023-to-release-3_34
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_34 Then, create a pull request where the |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-queued_ltr_backports queued_ltr_backports
# Navigate to the new working tree
cd .worktrees/backport-queued_ltr_backports
# Create a new branch
git switch --create backport-57023-to-queued_ltr_backports
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 78305b5fbb47a4414e0ff25553862e95262203b5,97b19f453f3fa71bac91eefd95e334e4385827f1
# Push it to GitHub
git push --set-upstream origin backport-57023-to-queued_ltr_backports
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-queued_ltr_backports Then, create a pull request where the |
Also set QWT_POLAR_VERSION=0x060200
Description
It was checking a wrong variable.
This is part of 720d22d