Stream: git-wasmtime

Topic: wasmtime / PR #11787 CI: attempt to upgrade Mac OS X depl...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2025 at 17:55):

cfallin opened PR #11787 from cfallin:macosx-deployment-target to bytecodealliance:main:

Reading through the perplexing release build failure for macos-x86_64 in [1], I noticed a warning stating the following:

warning: deployment target in MACOSX_DEPLOYMENT_TARGET was set to 10.9, but the minimum supported by `rustc` is 10.12

I'm not sure if this has anything to do with the new build failure, but it seems worth addressing in any case. This PR updates the minimum Mac OS X version targeted by the build to 10.12.

[1]: https://github.com/bytecodealliance/wasmtime/actions/runs/18228566641/job/51906071185#step:8:641

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2025 at 17:55):

cfallin requested alexcrichton for a review on PR #11787.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2025 at 17:55):

cfallin requested wasmtime-default-reviewers for a review on PR #11787.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2025 at 17:57):

alexcrichton submitted PR review:

Mind changing aarch64-macos below as well?

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2025 at 17:59):

pchickey commented on PR #11787:

Rust has recently downgraded x86_64 macos to Tier 2 https://blog.rust-lang.org/2025/08/19/demoting-x86-64-apple-darwin-to-tier-2-with-host-tools . We may want to consider getting rid of this deployment target if it keeps giving us trouble.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2025 at 17:59):

cfallin updated PR #11787.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2025 at 18:00):

cfallin has enabled auto merge for PR #11787.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 03 2025 at 18:36):

cfallin merged PR #11787.


Last updated: Dec 06 2025 at 06:05 UTC