Commit graph

435 commits

Author SHA1 Message Date
Yuki Okushi 3e65f555d7
sparc64: Update debian image to 11 (2021-10-20) to fix segfault on CI
I'm not sure why, but this certainly fixes the segfault.
2021-11-03 16:24:14 +09:00
Guillaume Gomez b540e1bb1d Update semverver version used in CI 2021-10-20 11:02:27 +02:00
Yuki Okushi faeb85f44c
Run MSRV check on Windows CI 2021-10-13 11:45:56 +09:00
Yuki Okushi 0b8387e89c
Fix variable name 2021-10-13 10:07:16 +09:00
Jonah Petri 3fa24610b0 ci: add Dockerfiles for uclibc on armv7 and mipsel 2021-09-17 09:53:37 -04:00
Yuki Okushi 681f27b0ba
Update s390x installer to 20210731 2021-08-16 06:36:04 +09:00
bors b657542a9a Auto merge of #2307 - JohnTitor:check-wasm-tests, r=JohnTitor
Remove wasm test workaround

r? `@ghost`
2021-07-29 22:22:16 +00:00
Yuki Okushi 1abb24deec
Remove wasm test workaround 2021-07-30 04:08:45 +09:00
Yuki Okushi 21b4fcff0a
Upgrade semverver to 0.1.47 2021-07-30 03:17:16 +09:00
Alan Somers b083a611a9 Set const-extern-fn when building docs 2021-07-24 15:38:30 -06:00
bors dc576de92c Auto merge of #2289 - JohnTitor:no-more-opt-build, r=JohnTitor
Do debug build for `x86_64-unknown-linux-gnux32`

The mentioned issue has been fixed, let's see if we can remove the `--release` flag.
r? `@ghost`
2021-07-16 01:37:09 +00:00
Yuki Okushi 7306620976
Do debug build for x86_64-unknown-linux-gnux32 2021-07-16 09:36:24 +09:00
Yuki Okushi 91db0a901c
Add a symlink to wasm-ld 2021-07-16 09:31:03 +09:00
Yuki Okushi 3aba6e0b7f CI: Update Node.js version to v14.17.0
The current active LTS is now v14.
2021-06-13 01:38:14 +09:00
Yuki Okushi df33c954f3 Update rust-semverver to the current master 2021-06-10 11:08:35 +09:00
Yuki Okushi 79fc7016cd Run rustup self-update as a separated step 2021-06-09 10:33:03 +09:00
Dirk Stolle ae01542725 fix typos 2021-05-26 02:25:11 +02:00
Yuki Okushi 0878242ed9 Attempt to fix the Rustup issue on Windows 2021-05-23 20:05:35 +09:00
Hugo Hakim Damer bf8378bfd7
Update musl patched kernel header version for tests 2021-04-29 12:51:19 +02:00
Yuki Okushi 3a8521a7a1 Relax the line length limit to 100 2021-04-06 09:55:52 +09:00
Yuki Okushi 714f302b92 Allow long comments containing a link 2021-04-06 09:52:02 +09:00
Yuki Okushi 703924fad8 Only run the cfg check for single lines 2021-04-06 09:49:48 +09:00
Yuki Okushi 58cd70390c Fix platforms' links on the Platform-specific documentation section 2021-03-04 00:04:29 +09:00
Yuki Okushi d6c42cfda4 Revert the solaris target renaming for semver check 2021-03-02 22:27:30 +09:00
Yuki Okushi d96c9a2d8e Replace x86_64-sun-solaris with x86_64-pc-solaris 2021-03-02 16:27:20 +09:00
Yuki Okushi 966f3dfe75 Remove CI support for x86_64-rumprun-netbsd 2021-03-02 02:10:29 +09:00
Yuki Okushi 9fca60945a Move s390x-unknown-linux-musl to build.sh 2021-02-28 17:09:06 +09:00
bors 5fd6540db9 Auto merge of #2071 - kaniini:s390x-musl, r=Amanieu
add definitions for s390x musl targets

Add support for s390x musl targets to libc.

I haven't added CI because I am not familiar with the pipelines, but would be glad to do so if somebody outlines what needs to be done.
2021-02-28 04:14:47 +00:00
Ariadne Conill dcbc3d15d1 discard no longer used s390x-linux-musl.json 2021-02-28 01:03:07 +00:00
Ariadne Conill a46111bc8e ci: install-musl: add missing ;; 2021-02-28 00:41:49 +00:00
Ariadne Conill 344b409989 ci: add support for s390x-unknown-linux-musl 2021-02-28 00:38:58 +00:00
Jubilee Young 9807fad7ac Stop directory-not-there errors in dox.sh 2021-02-25 16:22:58 -08:00
Jubilee Young 5c07fcfd1c Add trace to CI 2021-02-24 17:46:29 -08:00
Dan Gohman 197d9227cb WASI: define AT_FDCWD and update to latest WASI libc
Update to the latest WASI libc, define `AT_FDCWD`, update the signature
for __wasilibc_find_relpath, and add declarations for various
`__wasilibc_` utility functions.
2021-02-18 14:07:17 -08:00
Yuki Okushi 29feed133c Re-enable CI for asmjs-unknown-emscripten 2021-02-10 15:02:40 +09:00
Amanieu d'Antras 6c7f2a065d Update style.rs for new Rustfmt style 2021-02-01 22:53:00 +00:00
bors 21347eee5a Auto merge of #2047 - JohnTitor:tweak-readmes, r=JohnTitor
Replace all mentions about Pipelines with GHA

I updated some reference on 5b2bdd1125 but not completely. This fixes a broken link on README.

r? `@ghost`
2021-01-28 12:08:47 +00:00
Josh Triplett 783d724a0d ci/semver.sh: Pass --locked when installing semverver
We don't, in general, want our CI to be the testbed for building
semverver with newer versions of its dependencies. Pass --locked to use
the checked-in Cargo.lock instead.

This works around https://github.com/rust-lang/cargo/issues/9101 .
2021-01-28 01:35:27 -08:00
Yuki Okushi 7da9413423 Replace all mentions about Pipelines with GHA 2021-01-28 18:29:32 +09:00
Yuki Okushi faa0184ad2 Use libc6-i386 instead of libc6:i386 2021-01-27 05:29:04 +09:00
Yuki Okushi 8ad14f045f Re-add the build test for sparc-unknown-linux-gnu 2021-01-11 15:46:41 +09:00
Yuki Okushi 7a76e61573 Avoid rustup self-updates on Windows GHA 2020-12-04 01:55:42 +09:00
Yuki Okushi 908363d836 Specify git revision to avoid breakage as possible on semverver 2020-11-25 12:15:42 +09:00
Yuki Okushi a8a2a13186 Drop CI support for cloudabi 2020-11-25 02:15:12 +09:00
Yuki Okushi e3ffe257d8 Use the original semverver 2020-11-25 02:15:12 +09:00
Yuki Okushi 8625029ab8 Fix shellcheck warnings 2020-10-30 15:14:05 +09:00
Yuki Okushi 86411e4a4e Use the most recent nightly-rustfmt 2020-10-30 15:12:18 +09:00
Yuki Okushi c48a9f5a7d Disable sparc-unknown-linux-gnu for now 2020-10-27 21:48:52 +09:00
Yuki Okushi 1a876755d2 Revert "Skip some tests for mips64(el)-unknown-linux-gnuabi64"
This reverts commit 7aa60269ae.
2020-10-25 11:04:58 +09:00
Yuki Okushi b4f8191689 Unpin the cc crate version 2020-10-24 02:35:55 +09:00