|
Revision tags: 0.2.174, 0.2.173, 0.2.172, ctest-v0.4.11, ctest-v0.4.10, 0.2.171, 0.2.170, 0.2.169, 0.2.168, ctest-v0.4.9, 0.2.167, 0.2.166, 0.2.165 |
|
| #
3e48e4b2 |
| 20-Nov-2024 |
Trevor Gross <[email protected]> |
ci: Use `./` with shebangs rather than `sh` or `bash`
The scripts say how they should execute, there isn't any reason to duplicate this wherever they are called.
(backport <https://github.com/rust-
ci: Use `./` with shebangs rather than `sh` or `bash`
The scripts say how they should execute, there isn't any reason to duplicate this wherever they are called.
(backport <https://github.com/rust-lang/libc/pull/4124>) (cherry picked from commit 4707c5db583477e83961eef1b40df2fe5e016fe4)
show more ...
|
| #
09b8ed69 |
| 20-Nov-2024 |
Trevor Gross <[email protected]> |
ci: Change 64-bit Docker images to ubuntu:24.10
23.10 is EOL so update to the latest stable version. This change excludes sparc which is stuck on an older version.
(backport <https://github.com/rus
ci: Change 64-bit Docker images to ubuntu:24.10
23.10 is EOL so update to the latest stable version. This change excludes sparc which is stuck on an older version.
(backport <https://github.com/rust-lang/libc/pull/4120>) (cherry picked from commit 0c9abeff5569581f2f459524194b5bfca693bbd8)
show more ...
|
|
Revision tags: 0.2.164, 0.2.163, 0.2.162, 0.2.161, 0.2.160, 0.2.159 |
|
| #
4d990a59 |
| 28-Aug-2024 |
Alex Crichton <[email protected]> |
Add `wasm32-wasip2` to the test matrix on CI
This is similar to #3869 except that it adds tests for `wasm32-wasip2` in addition to `wasm32-wasip1`. This is intended to eventually empower definitions
Add `wasm32-wasip2` to the test matrix on CI
This is similar to #3869 except that it adds tests for `wasm32-wasip2` in addition to `wasm32-wasip1`. This is intended to eventually empower definitions from rust-lang/rust#129638 to move into this repository.
(backport <https://github.com/rust-lang/libc/pull/3870>) (cherry picked from commit 15f8c4445680c88def0695ecff088dfa35874301)
show more ...
|
| #
ac6739c5 |
| 27-Aug-2024 |
Alex Crichton <[email protected]> |
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
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.
(backport <https://github.com/rust-lang/libc/pull/3869>) [ resolve conflicts - Trevor ] (cherry picked from commit 7c10562845682f605d361d1c7d0fbfa38180bc87)
show more ...
|