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

[release-13.0] Backport removal of posix-signals-on-macos #7361

Merged
merged 2 commits into from
Oct 25, 2023

Commits on Oct 25, 2023

  1. Remove the leftover usage of posix-signals-on-macos (bytecodeallian…

    …ce#7360)
    
    This follows up bytecodealliance#6807 and removes the last remaining reference to
    the removed `posix-signals-on-macos` feature flag.
    
    Note that `lib.rs` now imports `mod unix` on MacOS. This change
    is similar to the change in `traphandlers.rs` in bytecodealliance#6807. It is
    needed for hosts that use signals instead of Mach ports on MacOs.
    ulan committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2f94a87 View commit details
    Browse the repository at this point in the history
  2. wasi-nn: reenable CI task (bytecodealliance#7164)

    The task was disabled due to a failing checksum. Since then, the
    `install-openvino-action` has improved and now _almost_ has
    cross-platform support. This change just restores the status quo in
    expectation that bytecodealliance#6895 will significantly improve the testing story.
    
    prtest:full
    abrown authored and alexcrichton committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    af2677b View commit details
    Browse the repository at this point in the history