wgpu-native icon indicating copy to clipboard operation
wgpu-native copied to clipboard

Build packages for Mac Catalyst

Open ifiddynine opened this issue 2 years ago • 2 comments

We utilize Mac Catalyst heavily internally, and would love to see prebuilt binaries for that platform on top of MacOS.

Note: Untested on the wgpu-native build machines since I'm not able to.

ifiddynine avatar Dec 15 '23 18:12 ifiddynine

I'm not 100% sure, but I think that on your fork you can manually trigger the CD build. That should build the new binaries so they can be tested.

almarklein avatar Dec 15 '23 20:12 almarklein

The cd script was refactored recently. The builds are now grouped by OS, using a matrix to build various flavours of e.g. Mac builds. Should be fairly easy to adopt.

But would be great if you could first test the builds, by triggering the CD on your own fork.

almarklein avatar Sep 02 '24 07:09 almarklein

Closing, since this is over a year old. Feel free to re-open if you want to revive this.

There's two things holding this back:

  • The cd script has been refactored, so it will have to be adjusted accordingly.
  • Get the builds via CD on ones own fork, so the build can be tested/verified.

almarklein avatar Mar 20 '25 09:03 almarklein