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

macOS: Update testing/release pipeline, enable ANGLE support #387

Merged
merged 7 commits into from
Oct 7, 2024

Conversation

StarWitch
Copy link
Member

@StarWitch StarWitch commented Oct 6, 2024

This PR upgrades the macOS testing and release pipelines.

Mostly this involves:

  • Bumping from macos-12 to macos-14
  • Changing the meson native/crossfiles to match the new syntax XCode clang expects. (i.e: using arch instead of march
  • Importing the compiled ANGLE dylibs and lipoing them together in the release pipeline so they're "universal" (x64 and ARM64)
  • Other stuff to make this all work

@Akaricchi Akaricchi changed the base branch from master to staging October 7, 2024 06:58
@Akaricchi Akaricchi marked this pull request as ready for review October 7, 2024 06:58
@Akaricchi Akaricchi merged commit 5f6f6c1 into taisei-project:staging Oct 7, 2024
5 checks passed
Akaricchi pushed a commit that referenced this pull request Oct 8, 2024
This PR upgrades the macOS testing and release pipelines. 

Mostly this involves:

* ~~Bumping from `macos-12` to `macos-14`~~ (on hold due to koishi build complications)
* Changing the meson native/crossfiles to match the new syntax XCode
`clang` expects. (i.e: using `arch` instead of `march`
* Importing the compiled ANGLE `dylibs` and `lipo`ing them together in
the release pipeline so they're "universal" (x64 and ARM64)
* Other stuff to make this all work
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.

2 participants