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

Re-enable testing of WASI on CI #3869

Merged
merged 1 commit into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. Re-enable testing of WASI on CI

    This commit updates CI to resume testing WASI. This updates the
    container and testing scripts from historical processes to more modern
    ones, e.g. downloading wasi-sdk instead of compiling a custom toolchain.
    This should make it easier to update in the future and keep it in sync
    with rust-lang/rust as well.
    
    This also required a few minor fixes such as:
    
    * The `S_IFIFO` and `S_IFMT` constants had incorrect values.
    * The `CLOCK_*` definitions cause `ctest2`'s parsing to panic to they're
      skipped with a new `#[cfg]`.
    * A new `langinfo.h` header was added to the list to include.
    * Some historically skipped checks were removed since they're no longer
      necessary.
    * Checks for `__errno_location` are disabled since that doesn't actually
      exist in headers.
    * Checks for `select` are disabled because the Rust definition got the
      `const`-ness swapped for the final `timeval` argument.
    alexcrichton committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7c10562 View commit details
    Browse the repository at this point in the history