Need mx support for s390x architecture
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 205
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
We have a use case to run a Quarkus application on IBM z systems
To obtain a native binary specific for s390x architecture, we need mandrel, was trying to build mandrel in my local system but looks like mx utility is not supported in the particular architecture.
Need help in what can be done in this regard.
[root@ibm-z-generic-system mx]# ./mx
unknown or unsupported architecture: os=linux, machine=s390x
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the ./mx entry point and reproduce the reported error on Linux s390x. Trace where the utility rejects os=linux and machine=s390x, then determine the project changes and validation needed for mx to run on that architecture. Done means the command no longer reports s390x as unsupported and Mandrel development can proceed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, operating-systems, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100