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

feat: add suport for darwin/arm64 #100

Merged
merged 7 commits into from
May 28, 2021

Conversation

kuisathaverat
Copy link
Contributor

This PR adds support for compile binaries for darwin/arm64, it compiles clang and LLVM before compiling osxcross this takes a few hours but at the moment the version of clang and LLVM provided by Debian does not support this architecture.

it does not support darwin/arm64e it requires to use apple's LLVM fork
https://stackoverflow.com/questions/52624308/xcode-arm64-vs-arm64e

other changes in this PR:

  • chore: set OSX_VERSION_MIN to 10.10 on SDK 10.14
  • chore: do not install python on Debian 10 is installed
  • chore: remove compilers no available in main
  • feat: list Docker images
  • chore: pipeline increase timeout

related to #94

chore: set OSX_VERSION_MIN to 10.10 on SDK 10.14
chore: do not install python on Debian 10 is installed
@kuisathaverat kuisathaverat added enhancement New feature or request Team:Automation Label for the Observability productivity team labels May 26, 2021
@kuisathaverat kuisathaverat requested review from a team May 26, 2021 14:38
@kuisathaverat kuisathaverat self-assigned this May 26, 2021
Jenkinsfile Outdated Show resolved Hide resolved
@elasticmachine
Copy link

elasticmachine commented May 26, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #100 updated

  • Start Time: 2021-05-27T09:17:15.460+0000

  • Duration: 118 min 19 sec

  • Commit: d3aca3e

Trends 🧪

Image of Build Times

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants