Commit Graph

4026 Commits

Author SHA1 Message Date
bors e43bddc60d Auto merge of #1925 - JohnTitor:tweak-gha, r=JohnTitor
Tweak GHA config to reduce bors time

So, "bors time" with the current config is slow a bit (~ 1h30m). We could reduce this by separating style check and docs generation, tweaking `max-parallel`, let's try it out!
2020-10-15 12:19:57 +00:00
Yuki Okushi 6cef94ec7b Tweak GHA config to reduce bors time 2020-10-15 21:06:28 +09:00
Yuki Okushi 5b2bdd1125 Replace CI badge 2020-10-15 21:02:07 +09:00
bors bfce7044b9 Auto merge of #1924 - JohnTitor:upload-docs, r=JohnTitor
Upload documentation to gh-pages from GHA

I missed this on #1918 🥵
2020-10-15 00:53:54 +00:00
Yuki Okushi 1294a291e1 Upload documentation to gh-pages from GHA 2020-10-15 09:48:30 +09:00
bors d1d64b1731 Auto merge of #1923 - JohnTitor:only-style-check, r=JohnTitor
Only style check on PRs to reduce CI time

I think generating docs on PR jobs is overkill, just style check is enough.
2020-10-14 19:19:13 +00:00
Yuki Okushi 18211eae2d Only style check on PRs to reduce CI time 2020-10-15 04:15:26 +09:00
bors 3b33743edd Auto merge of #1918 - rust-lang:gha, r=JohnTitor
Serial Experiments GitHub Actions

Let's start the party to close #1582.
2020-10-14 17:25:43 +00:00
Yuki Okushi 9d9d15ed64 Use wget instead of curl 2020-10-14 21:58:03 +09:00
Yuki Okushi ffefa3f5f8 Fix bors job names 2020-10-14 09:38:25 +09:00
Yuki Okushi dbbe424d66 Remove unnecessary Azure configs 2020-10-14 08:00:56 +09:00
Yuki Okushi 0675a1f9e1 Mark jobs as `fail-fast: true` 2020-10-14 08:00:07 +09:00
Yuki Okushi be5dad429c Fix debian image for sparc64 2020-10-14 08:00:07 +09:00
Yuki Okushi abe91b33de Run most of the jobs on bors instead of PRs 2020-10-14 07:40:01 +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 885f691097 Add some `jobs.<job_id>.needs` 2020-10-14 07:40:01 +09:00
Yuki Okushi f69a0dca56 Re-order jobs to clarify 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
Yuki Okushi 6e4f0a5888 Serial Experiments GitHub Actions
StyleAndDocs, BuildChannelsLinux, and DockerSwitch
2020-10-14 07:40:01 +09:00
Yuki Okushi 06ccbe399f Serial Experiments GitHub Actions (DockerLinuxTier2, macOS, and Windows) 2020-10-14 07:40:01 +09:00
Yuki Okushi 2cce551531
Merge pull request #1919 from rbtcollins/master 2020-10-13 05:23:35 +09:00
Robert Collins e9c6804523 Add missing NetBSD RLIMIT_ constants 2020-10-10 20:37:47 +02:00
Yuki Okushi 478e6ae161 Serial Experiments GitHub Actions (DockerLinuxTier1) 2020-10-10 20:31:42 +09:00
Yuki Okushi cbe11e71cd
Merge pull request #1910 from JohnTitor/riscv 2020-10-10 18:36:27 +09:00
Yuki Okushi b4d42dc758 Clean-up no core riscv targets 2020-10-10 17:29:14 +09:00
Yuki Okushi 515ecc676d
Merge pull request #1916 from JohnTitor/s390x 2020-10-10 04:20:58 +09:00
Yuki Okushi 911b54403d Retry N times on s390x CI to avoid timeout failure 2020-10-09 18:41:07 +09:00
Yuki Okushi d5066c5ca3 Update installer-s390x to 20200314 2020-10-09 18:41:07 +09:00
Yuki Okushi dd8651682b
Merge pull request #1917 from JohnTitor/arm-android
Fix {aarch64,arm}-android targets' CI
2020-10-09 18:07:15 +09:00
Yuki Okushi 341b31e8f0 Tweak Dockerfile to fix android CI 2020-10-09 16:51:16 +09:00
Yuki Okushi a410c35f11
Merge pull request #1914 from db48x/add-clearerr 2020-10-08 04:34:01 +09:00
Yuki Okushi da0037cb53
Merge pull request #1913 from qwandor-google/vmaddr
Android: Add VMADDR_ constants.
2020-10-08 04:29:01 +09:00
Daniel Brooks e4eec2a1c5 add clearerr 2020-10-07 04:35:31 -07:00
Andrew Walbran 4f40b35cca Android: Add VMADDR_ constants. 2020-10-07 11:56:56 +01:00
Josh Triplett 1818abfb31 libc 0.2.79 2020-10-04 22:08:59 -07:00
Josh Triplett b4c81e9871
Merge pull request #1912 from pfmooney/illumos-pthread-getattr
pthread_getattr_np is not present on illumos
2020-10-04 22:04:13 -07:00
Yuki Okushi 02fe5de20b
Merge pull request #1911 from joshtriplett/master
Fix bootstrap on redox
2020-10-05 11:21:09 +09:00
Josh Triplett c4b0d5efd3 Fix bootstrap on redox
Avoid attempting to enable the static_nobundle feature twice, which
results in rustc error E0636.
2020-10-04 14:42:39 -07:00
Patrick Mooney 8f57688dde pthread_getattr_np is not present on illumos 2020-10-04 18:47:00 +00:00
Yuki Okushi 458f49c8e6
Merge pull request #1894 from alistair23/alistair/rv32 2020-10-02 08:58:32 +09:00
Josh Triplett 2ae4135cbd
Merge pull request #1889 from LinkTed/master
Add more constants for Linux like OS
2020-10-01 12:00:24 -07:00
Alistair Francis bdfd01599e unix: riscv32: Move type defines inside confif
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2020-10-01 07:15:39 -07:00
Josh Triplett e3312f5a5c libc 0.2.78 2020-09-30 20:59:54 -07:00
Josh Triplett 3e9945eb04
Merge pull request #1897 from Aaron1011/feature/sys-pidfd-open-clone3
Add SYS_pidfd_open and SYS_clone3
2020-09-30 20:14:47 -07:00
Alistair Francis c6c9181874 unix: riscv32: Fix CI failure
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2020-09-30 18:58:05 -07:00
Yuki Okushi c7a095b86d
Merge pull request #1908 from dapper-gh/typo 2020-10-01 01:37:36 +09:00
David Stroud 09d233b42f Fix more typos
There was a missing period and the word "features" instead of "feature" in the section about `const extern fn`s.
2020-09-30 11:24:50 -04:00
David Stroud 55dcb8eccc Fix typo
In the `no-std` section of the README, there was a typo: "disable this feature remove the dependency". The word "to" was added in this commit to create "disable this feature to remove this dependency".
2020-09-30 11:21:07 -04:00
Alistair Francis c9129d10a8 ci/build.sh: Enable CI for riscv32gc-unknown-linux-gnu
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2020-09-30 07:30:13 -07:00