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

Remove support for out-of-line asm. #730

Merged
merged 2 commits into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. Remove support for out-of-line asm.

    rustix 0.38 removed for most of the out-of-line asm libraries, and #722
    removed the out-of-line libraries for 32-bit x86. This PR removes the
    libraries for mips and power, which will now default to the libc
    backend, though the linux_raw backend can still be enabled using
    `RUSTFLAGS=--cfg=rustix_use_experimental_asm`.
    
    Closes #720.
    sunfishcode committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6392b8f View commit details
    Browse the repository at this point in the history
  2. Remove more bits of CI.

    sunfishcode committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c7affe9 View commit details
    Browse the repository at this point in the history