summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add pull request templateYuki Okushi2022-11-201-0/+10
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* CI: Revive some Android targetsYuki Okushi2022-11-041-6/+2
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Revive `x86_64-linux-android` CI with an old nightlyYuki Okushi2022-11-031-4/+1
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Ignore `arm-linux-androideabi` on borsYuki Okushi2022-10-131-1/+2
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Ignore Android targets on borsYuki Okushi2022-10-101-2/+8
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Auto merge of #2938 - sashashura:patch-2, r=JohnTitorbors2022-10-042-0/+46
|\ | | | | | | | | | | | | GitHub Workflows security hardening This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external forks](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)). By specifying any permission explicitly all others are set to none. By using the principle of least privilege the damage a compromised workflow can do (because of an [injection](https://securitylab.github.com/research/github-actions-untrusted-input/) or compromised third party tool or action) is restricted. It is recommended to have [most strict permissions on the top level](https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions) and grant write permissions on [job level](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) case by case.
| * Harden workflows securitysashashura2022-10-042-0/+46
| | | | | | | | Signed-off-by: Alex <aleksandrosansan@gmail.com>
* | gha: Downgrade macOS image to 11 as workaroundYuki Okushi2022-10-041-1/+5
|/ | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* 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.
* Add issue templates with new styleYuki Okushi2020-10-222-9/+28
|
* 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
|