Skip to content

Don't build packages on non Linux#48246

Merged
alpar-t merged 3 commits intoelastic:masterfrom
alpar-t:disable-deb-windows
Oct 21, 2019
Merged

Don't build packages on non Linux#48246
alpar-t merged 3 commits intoelastic:masterfrom
alpar-t:disable-deb-windows

Conversation

@alpar-t
Copy link
Copy Markdown
Contributor

@alpar-t alpar-t commented Oct 18, 2019

Closes #47007

@alpar-t alpar-t added the :Delivery/Build Build or test infrastructure label Oct 18, 2019
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Build)

Copy link
Copy Markdown
Contributor

@mark-vieira mark-vieira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should explicitly exclude Windows, rather than only include Linux. Otherwise, LGTM.

Closure commonPackageConfig(String type, boolean oss, boolean jdk) {
return {
onlyIf {
OS.current().equals(OS.LINUX)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about Mac? Does OSX have the same issue? Perhaps we should just explicitly exclude Windows since as I understand it this would make it impossible to run DEB/RPM packaging tests locally via Vagrant on a Mac.

@alpar-t
Copy link
Copy Markdown
Contributor Author

alpar-t commented Oct 21, 2019

@elasticmachine update branch

@alpar-t alpar-t merged commit 62e1492 into elastic:master Oct 21, 2019
alpar-t added a commit that referenced this pull request Oct 21, 2019
* Don't build packages on non Linux

Closes #47007

* Explicitly exclude windows only
@alpar-t alpar-t deleted the disable-deb-windows branch November 11, 2019 09:38
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v7.6.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Building deb packages fails on Windows

5 participants