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

fix: Use temp file for AddIn discovery instead of output parsing (backport #18733) #18743

Merged

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 8, 2024

closes #18732

Bugfix

Use temp file for AddIn discovery instead of output parsing

What is the current behavior?

We rely on some XML like tags in build output to discover add-ins

What is the new behavior?

We now dump values in a temp file that we read at the end of the build. This makes sure we are not impacted by encoding issues in output.

PR Checklist


This is an automatic backport of pull request #18733 done by [Mergify](https://mergify.com).

(cherry picked from commit 60f770c)
@jeromelaban jeromelaban merged commit f4c32f5 into release/stable/5.5 Nov 8, 2024
20 of 31 checks passed
@jeromelaban jeromelaban deleted the mergify/bp/release/stable/5.5/pr-18733 branch November 8, 2024 19:07
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.

2 participants