summaryrefslogtreecommitdiff
path: root/ci
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to fix the Rustup issue on WindowsYuki Okushi2021-05-231-2/+2
|
* Update musl patched kernel header version for testsHugo Hakim Damer2021-04-291-1/+1
|
* Relax the line length limit to 100Yuki Okushi2021-04-061-3/+3
|
* Allow long comments containing a linkYuki Okushi2021-04-061-1/+1
|
* Only run the cfg check for single linesYuki Okushi2021-04-061-3/+2
|
* Fix platforms' links on the `Platform-specific documentation` sectionYuki Okushi2021-03-041-1/+1
|
* Revert the solaris target renaming for semver checkYuki Okushi2021-03-021-1/+3
|
* Replace `x86_64-sun-solaris` with `x86_64-pc-solaris`Yuki Okushi2021-03-022-2/+2
|
* Remove CI support for `x86_64-rumprun-netbsd`Yuki Okushi2021-03-023-66/+0
|
* Move `s390x-unknown-linux-musl` to build.shYuki Okushi2021-02-281-0/+1
|
* Auto merge of #2071 - kaniini:s390x-musl, r=Amanieubors2021-02-282-0/+24
|\ | | | | | | | | | | | | | | 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.
| * discard no longer used s390x-linux-musl.jsonAriadne Conill2021-02-281-30/+0
| |
| * ci: install-musl: add missing ;;Ariadne Conill2021-02-281-0/+1
| |
| * ci: add support for s390x-unknown-linux-muslAriadne Conill2021-02-283-0/+53
| |
* | Stop directory-not-there errors in dox.shJubilee Young2021-02-251-5/+6
| |
* | Add trace to CIJubilee Young2021-02-242-1/+2
| |
* | WASI: define `AT_FDCWD` and update to latest WASI libcDan Gohman2021-02-181-2/+2
|/ | | | | | Update to the latest WASI libc, define `AT_FDCWD`, update the signature for __wasilibc_find_relpath, and add declarations for various `__wasilibc_` utility functions.
* Re-enable CI for `asmjs-unknown-emscripten`Yuki Okushi2021-02-101-2/+11
|
* Update style.rs for new Rustfmt styleAmanieu d'Antras2021-02-011-3/+5
|
* Auto merge of #2047 - JohnTitor:tweak-readmes, r=JohnTitorbors2021-01-281-3/+3
|\ | | | | | | | | | | | | | | Replace all mentions about Pipelines with GHA I updated some reference on 5b2bdd112569d09a1834d23bf0fc7869bbbe5a83 but not completely. This fixes a broken link on README. r? `@ghost`
| * Replace all mentions about Pipelines with GHAYuki Okushi2021-01-281-3/+3
| |
* | ci/semver.sh: Pass --locked when installing semververJosh Triplett2021-01-281-1/+1
|/ | | | | | | | 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 .
* Use `libc6-i386` instead of `libc6:i386`Yuki Okushi2021-01-271-1/+1
|
* Re-add the build test for `sparc-unknown-linux-gnu`Yuki Okushi2021-01-111-2/+1
|
* Avoid rustup self-updates on Windows GHAYuki Okushi2020-12-041-1/+2
|
* Specify git revision to avoid breakage as possible on semververYuki Okushi2020-11-251-1/+2
|
* Drop CI support for cloudabiYuki Okushi2020-11-251-4/+0
|
* Use the original semververYuki Okushi2020-11-251-4/+2
|
* Fix shellcheck warningsYuki Okushi2020-10-302-4/+4
|
* Use the most recent nightly-rustfmtYuki Okushi2020-10-301-5/+5
|
* Disable `sparc-unknown-linux-gnu` for nowYuki Okushi2020-10-271-1/+2
|
* Revert "Skip some tests for `mips64(el)-unknown-linux-gnuabi64`"Yuki Okushi2020-10-251-4/+0
| | | | This reverts commit 7aa60269ae6cecd01831f5ec62d8c582e24de4fd.
* Unpin the `cc` crate versionYuki Okushi2020-10-243-0/+3
|
* Revive `sparc-unknown-linux-gnu` CIYuki Okushi2020-10-201-2/+1
|
* Auto merge of #1932 - JohnTitor:harden-builds, r=JohnTitorbors2020-10-191-9/+19
|\ | | | | | | | | | | | | 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.
| * Add `aarch64-apple-darwin` to nightly targetsYuki Okushi2020-10-171-3/+11
| |
| * Sort targets alphabeticallyYuki Okushi2020-10-171-7/+7
| |
| * Add some more targets for build testingYuki Okushi2020-10-171-0/+2
| |
* | Auto merge of #1934 - JohnTitor:redox, r=JohnTitorbors2020-10-192-3/+10
|\ \ | | | | | | | | | | | | | | | Run build test for `x86_64-unknown-redox` Fix #1457
| * | Run build test for `x86_64-unknown-redox`Yuki Okushi2020-10-171-3/+1
| | |
| * | Add `x86_64-unknown-redox` DockerfileYuki Okushi2020-10-171-0/+9
| |/
* | Skip some tests for `mips64(el)-unknown-linux-gnuabi64`Yuki Okushi2020-10-191-0/+4
|/
* Tweak Dockerfile to install packages correctlyYuki Okushi2020-10-173-10/+7
|
* Pin `cc` crate to fix AArch64-Android CIYuki Okushi2020-10-172-4/+4
|
* Use the latest Android SDK managerYuki Okushi2020-10-166-15/+17
|
* Upload documentation to gh-pages from GHAYuki Okushi2020-10-151-22/+0
|
* Use wget instead of curlghaYuki Okushi2020-10-146-6/+6
|
* Remove unnecessary Azure configsYuki Okushi2020-10-142-315/+0
|
* Fix debian image for sparc64Yuki Okushi2020-10-141-4/+4
|
* Fix scripts following shellcheckYuki Okushi2020-10-142-2/+3
|