-
Notifications
You must be signed in to change notification settings - Fork 144
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 MacOS compatibility script syntax #4459
Fix MacOS compatibility script syntax #4459
Conversation
This pull request does not have a backport label. Could you fix it @pchila? 🙏
NOTE: |
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Upgrade of 7.17.18 to 8.14.0-SNAPSHOT from this branch succeeded for me with a manual test. |
Force merging, integration tests remaining do not run on MacOS. |
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
(cherry picked from commit 08bd15e)
(cherry picked from commit 08bd15e) Co-authored-by: Paolo Chilà <[email protected]>
What does this PR do?
Fix syntax in compatibility script for MacOS originally introduced in #1392 and modified for #4193. Modification introduced in #4193 contains a syntax error that this PR fixes
Why is it important?
Upgrade from elastic-agent < 8.5.0 needs this script to correct the target for link
/Library/Elastic/Agent/elastic-agent
to the actual elastic-agent binaryChecklist
[ ] I have commented my code, particularly in hard-to-understand areas[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files[ ] I have added tests that prove my fix is effective or that my feature works[ ] I have added an entry in./changelog/fragments
using the changelog tool[ ] I have added an integration test or an E2E testAuthor's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs
Questions to ask yourself