Commit Graph

416 Commits

Author SHA1 Message Date
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
Yuki Okushi 550e4be271 Revive `sparc-unknown-linux-gnu` CI 2020-10-20 12:35:14 +09:00
bors cf89907913 Auto merge of #1932 - JohnTitor:harden-builds, r=JohnTitor
Add some more targets for build testing

- `x86_64-unknown-illumos`: We now have the illumos module and it'd be great if we could test it actually.
- `aarch64-apple-darwin`: This target will be used more widely in the future and it should make sense to run CI for it as well.
2020-10-19 22:04:08 +00:00
bors 35ee6ed0be Auto merge of #1934 - JohnTitor:redox, r=JohnTitor
Run build test for `x86_64-unknown-redox`

Fix #1457
2020-10-19 19:48:34 +00:00
Yuki Okushi 7aa60269ae Skip some tests for `mips64(el)-unknown-linux-gnuabi64` 2020-10-19 22:19:24 +09:00
Yuki Okushi 6f1b951db5 Run build test for `x86_64-unknown-redox` 2020-10-17 12:49:46 +09:00
Yuki Okushi 5583b5b7d5 Add `aarch64-apple-darwin` to nightly targets 2020-10-17 12:42:26 +09:00
Yuki Okushi ee94cf8f70 Sort targets alphabetically 2020-10-17 12:42:26 +09:00
Yuki Okushi d2c9877d72 Add `x86_64-unknown-redox` Dockerfile 2020-10-17 10:42:33 +09:00
Yuki Okushi 4197f72eee Add some more targets for build testing 2020-10-17 10:06:38 +09:00
Yuki Okushi b34c268ba1 Tweak Dockerfile to install packages correctly 2020-10-17 07:41:40 +09:00
Yuki Okushi e228df915d Pin `cc` crate to fix AArch64-Android CI 2020-10-17 04:41:00 +09:00
Yuki Okushi d565a3606e Use the latest Android SDK manager 2020-10-16 13:01:02 +09:00
Yuki Okushi 1294a291e1 Upload documentation to gh-pages from GHA 2020-10-15 09:48:30 +09:00
Yuki Okushi 9d9d15ed64 Use wget instead of curl 2020-10-14 21:58:03 +09:00
Yuki Okushi dbbe424d66 Remove unnecessary Azure configs 2020-10-14 08:00:56 +09:00
Yuki Okushi be5dad429c Fix debian image for sparc64 2020-10-14 08:00:07 +09:00
Yuki Okushi 9f5c287944 Fix scripts following shellcheck 2020-10-14 07:40:01 +09:00
Yuki Okushi 2f605023a4 Split off Rust installation scripts 2020-10-14 07:40:01 +09:00
Yuki Okushi 9ed379cbaa Serial Experiments GitHub Actions
BuildChannelsMacOS, SemverLinux, and SemverMacOS
2020-10-14 07:40:01 +09:00