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

build: support s390x architecture for linux (ent) #18069

Merged
merged 3 commits into from Jul 26, 2023

Conversation

pkazmierczak
Copy link
Contributor

@pkazmierczak pkazmierczak commented Jul 26, 2023

Makefile changes required for supporting s390x builds and a corresponding changelog entry.

Enterprise PR: https://github.com/hashicorp/nomad-enterprise/pull/1202

Resolves #18068

@@ -53,6 +53,7 @@ ALL_TARGETS = linux_386 \
linux_amd64 \
linux_arm \
linux_arm64 \
linux_s390x \
Copy link
Member

Choose a reason for hiding this comment

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

wouldn't adding this line cause s390x builds to happen in the oss pipeline?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, this only lists linux_s390x as one of the potential make pkg/ targets. You can build an s390x binary manually this way, but the oss build pipeline depends on the build workflow. (attached a screenshot of a running build pipeline for this branch)
Screenshot 2023-07-26 at 16 52 03

@pkazmierczak pkazmierczak merged commit ee0b104 into main Jul 26, 2023
37 checks passed
@pkazmierczak pkazmierczak deleted the pkazmierczak/f-s390x-builds branch July 26, 2023 15:43
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.

build: experimental support for s390x executables (enterprise)
2 participants