summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* Deploy GitHub Pages via GitHub ActionsYuki Okushi2022-09-291-21/+22
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Upgrade Ubuntu image on GHA to 22.04Yuki Okushi2022-08-243-13/+13
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Upgrade macOS image to 12Yuki Okushi2022-06-212-4/+4
| | | | | | macOS 12 on GHA is now GA: https://github.blog/changelog/2022-06-13-github-actions-macos-12-for-github-hosted-runners-is-now-generally-available/ Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Update semverver to 0.1.50Yuki Okushi2022-06-081-2/+2
|
* Upgrade Windows runners to windows-2022Yuki Okushi2022-05-282-3/+3
|
* Update GitHub Actions actions/checkout@v2 to v3David Tolnay2022-04-303-18/+18
| | | | | | The v2 implementation uses Node 12, which is end-of-life on April 30, 2022. See https://nodejs.org/en/about/releases/. Update to v3, which is based on Node 16 whose support lasts until April 30, 2024.
* Remove broken uclibc CI targetsAmanieu d'Antras2022-04-101-2/+3
|
* Disable broken semver CI jobsAmanieu d'Antras2022-04-091-0/+2
|
* add CI for armv7-unknown-linux-uclibceabihfJonah Petri2022-01-211-0/+25
|
* sparc64: Update debian image to 11 (2021-10-20) to fix segfault on CIYuki Okushi2021-11-031-2/+1
| | | | I'm not sure why, but this certainly fixes the segfault.
* Skip CI on `sparc64-unknown-linux-gnu` for nowYuki Okushi2021-11-031-1/+2
|
* Auto merge of #2451 - GuillaumeGomez:freebsd-items, r=JohnTitorbors2021-10-201-2/+2
|\ | | | | | | Freebsd items
| * Update semverver version used in CIGuillaume Gomez2021-10-201-2/+2
| |
* | Upgrade macOS on CI to 11 (Big Sur)Yuki Okushi2021-10-162-4/+4
|/
* Run MSRV check on Windows CIYuki Okushi2021-10-131-0/+26
|
* Do not block semver check on borsYuki Okushi2021-07-301-2/+0
|
* Upgrade `semverver` to 0.1.47Yuki Okushi2021-07-301-3/+3
|
* Update FIXMEYuki Okushi2021-07-161-1/+4
|
* GHA: Remove unnecessary configYuki Okushi2021-07-142-12/+0
|
* Use inlined script to upload docs to gh-pagesYuki Okushi2021-07-061-6/+15
|
* Update `rust-semverver` to the current masterYuki Okushi2021-06-101-2/+2
|
* Run rustup self-update as a separated stepYuki Okushi2021-06-092-0/+6
|
* Move `s390x-unknown-linux-musl` to build.shYuki Okushi2021-02-281-2/+0
|
* Auto merge of #2071 - kaniini:s390x-musl, r=Amanieubors2021-02-281-0/+2
|\ | | | | | | | | | | | | | | 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.
| * bors: disable s390x-unknown-linux-musl for nowAriadne Conill2021-02-281-1/+2
| |
| * add s390x-unknown-linux-musl to borsAriadne Conill2021-02-281-0/+1
| |
* | Disable aarch64-linux-android in CIJubilee Young2021-02-251-1/+3
|/
* Re-enable CI for `asmjs-unknown-emscripten`Yuki Okushi2021-02-101-3/+1
|
* Skip CI for some MIPS targetsYuki Okushi2021-01-071-2/+4
|
* Do not stop bors on semver checkYuki Okushi2020-12-131-10/+2
|
* Specify git revision to avoid breakage as possible on semververYuki Okushi2020-11-251-1/+1
|
* Use the newer nightly to fix the buildYuki Okushi2020-11-241-2/+2
|
* Update GHA Ubuntu version to 20.04Yuki Okushi2020-10-303-12/+12
|
* Revert "Disable libc-test for MIPS64 for now"Yuki Okushi2020-10-251-3/+2
| | | | This reverts commit 6e719f77359d50a843ed0dcde1316b55205848ff.
* Disable libc-test for MIPS64 for nowYuki Okushi2020-10-211-2/+3
|
* Auto merge of #1934 - JohnTitor:redox, r=JohnTitorbors2020-10-191-0/+3
|\ | | | | | | | | | | Run build test for `x86_64-unknown-redox` Fix #1457
| * Add FIXME comment for redoxYuki Okushi2020-10-171-0/+3
| |
* | Revive `powerpc-unknown-linux-gnu` CIYuki Okushi2020-10-171-2/+1
|/
* Revive `i686-linux-android` CIYuki Okushi2020-10-171-2/+1
|
* Tweak GHA config to reduce bors timeYuki Okushi2020-10-151-13/+29
|
* Upload documentation to gh-pages from GHAYuki Okushi2020-10-151-0/+25
|
* Only style check on PRs to reduce CI timeYuki Okushi2020-10-151-4/+2
|
* Fix bors job namesYuki Okushi2020-10-141-2/+2
|
* Mark jobs as `fail-fast: true`Yuki Okushi2020-10-142-14/+14
|
* Run most of the jobs on bors instead of PRsYuki Okushi2020-10-142-143/+306
|
* Split off Rust installation scriptsYuki Okushi2020-10-141-318/+14
|
* Add some `jobs.<job_id>.needs`Yuki Okushi2020-10-141-5/+8
|
* Re-order jobs to clarifyYuki Okushi2020-10-141-130/+97
|
* Serial Experiments GitHub ActionsYuki Okushi2020-10-141-0/+135
| | | | BuildChannelsMacOS, SemverLinux, and SemverMacOS
* Serial Experiments GitHub ActionsYuki Okushi2020-10-141-0/+141
| | | | StyleAndDocs, BuildChannelsLinux, and DockerSwitch