ci: Use `./` with shebangs rather than `sh` or `bash`The scripts say how they should execute, there isn't any reason toduplicate 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 toduplicate this wherever they are called.(backport <https://github.com/rust-lang/libc/pull/4124>)(cherry picked from commit 4707c5db583477e83961eef1b40df2fe5e016fe4)
show more ...
ci: Change 64-bit Docker images to ubuntu:24.1023.10 is EOL so update to the latest stable version. This changeexcludes sparc which is stuck on an older version.(backport <https://github.com/rus
ci: Change 64-bit Docker images to ubuntu:24.1023.10 is EOL so update to the latest stable version. This changeexcludes sparc which is stuck on an older version.(backport <https://github.com/rust-lang/libc/pull/4120>)(cherry picked from commit 0c9abeff5569581f2f459524194b5bfca693bbd8)
Upgrade Docker images to Ubuntu 23.10
Try to update emsdk versionSigned-off-by: Yuki Okushi <[email protected]>
Update Docker image to Ubuntu 22.04Signed-off-by: Yuki Okushi <[email protected]>
Re-enable CI for `asmjs-unknown-emscripten`
Use python3 instead
Update Ubuntu images to 20.04
Update Ubuntu images to 19.10
Add libxml2, a new Fastcomp dependency
Update Ubuntu images to 19.04
Update all remaining targets to Ubuntu 18.04
Add asmjs/wasm32 to CIRebase of #610 and also move emscripten up much higher in the hierarchy toensure that it doesn't have too much of a ripple effect on other platforms.This involved moving do
Add asmjs/wasm32 to CIRebase of #610 and also move emscripten up much higher in the hierarchy toensure that it doesn't have too much of a ripple effect on other platforms.This involved moving down a good number of definitions, but hopefully was donewith care to not break anything!