-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Work around error building deb on Windows #47011
Conversation
Relates to elastic#47007 . the `gradle-ospackage-plugin` plugin doesn't properly support symlink on windows. This PR changes the way we configure tasks to prevent building these packages as part of a windows check.
Pinging @elastic/es-core-infra |
@elasticmachine run elasticsearch-ci/packaging |
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.
One minor comment.
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.
Yikes, what happened, did the whole file get reformatted?
@jasontedor viewing the diff with white space changes ignored shows a much better picture. All the lines got an additional indent following the suggestion made by Mark to avoid the |
@elasticmachine run elasticsearch-ci/2 |
Thanks for that @atorok. |
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.
@elasticmachine run elasticsearch-ci/packaging There's a known issue, but this doesn't seem to be it. |
It looks like it takes more work to go to the latest version of the os distribution plugin. Reverting for now as it's not strictly needed for this change |
This time the failure is the one from #46903 |
Relates to #47007 . the `gradle-ospackage-plugin` plugin doesn't properly support symlink on windows. This PR changes the way we configure tasks to prevent building these packages as part of a windows check.
Relates to #47007 . the `gradle-ospackage-plugin` plugin doesn't properly support symlink on windows. This PR changes the way we configure tasks to prevent building these packages as part of a windows check.
Relates to #47007 . the
gradle-ospackage-plugin
plugin doesn'tproperly support symlink on windows.
This PR changes the way we configure tasks to prevent building these
packages as part of a windows check.