ci: sparc64: fix 'cannot find libc' errorSigned-off-by: Pedro Tammela <[email protected]>(backport <https://github.com/rust-lang/libc/pull/4317>)(cherry picked from commit 1ae6552373ad8f3ee623
ci: sparc64: fix 'cannot find libc' errorSigned-off-by: Pedro Tammela <[email protected]>(backport <https://github.com/rust-lang/libc/pull/4317>)(cherry picked from commit 1ae6552373ad8f3ee6235b78f3a722dfa9f89bb7)
show more ...
use `qemu-sparc64` to run sparc64 tests(backport <https://github.com/rust-lang/libc/pull/4133>)(cherry picked from commit e580f566c0010913fcb24241ae1907a724534fdd)
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)
ci: Add a note about the sparc Ubuntu version(backport <https://github.com/rust-lang/libc/pull/4120>)(cherry picked from commit 0e8d8d2f9754ac330969eb928df863b405c74d09)
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64This partially reverts commit 946c348bc7ce61fb8b92c27ea8328c8fbbcecf72.The test binaries were getting a symbol version for `GLIBC_2.38`, b
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64This partially reverts commit 946c348bc7ce61fb8b92c27ea8328c8fbbcecf72.The test binaries were getting a symbol version for `GLIBC_2.38`, butthe debian-11 image used for qemu doesn't have that new of glibc.
Upgrade Docker images to Ubuntu 23.10
Use the latest Debian for SPARC64Signed-off-by: Yuki Okushi <[email protected]>
Downgrade to Ubuntu 20.04 on sparc64...because of glibc version mismatching between Debian and Ubuntu.Signed-off-by: Yuki Okushi <[email protected]>
Update Docker image to Ubuntu 22.04Signed-off-by: Yuki Okushi <[email protected]>
Update Ubuntu images to 20.04
Update Ubuntu images to 19.10
Update Ubuntu images to 19.04
Move sparc64 Docker image to Ubuntu
provide linux/module.h in debian sparc64 build
Switch to sparc64 to debian:stretchLooks like ubuntu 17.04 is broken now and it fails to link on 17.10 and 18.04.It seems to work on stretch though!
Run sparc64-unknown-linux-gnu tests on qemu system
Add sparc64-unknown-linux-gnu to CI (with disabled tests)