Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use macOS 11 for older toolchains | Yuki Okushi | 2023-04-24 | 1 | -13/+13 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Upgrade CI image to macOS 12 | Yuki Okushi | 2023-04-24 | 1 | -5/+1 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Remove dangling env var | Yuki Okushi | 2023-04-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Mention unstable values on PR template | Yuki Okushi | 2023-04-20 | 1 | -2/+4 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | add ci job to test check-cfg | Pietro Albini | 2023-03-06 | 1 | -0/+17 |
| | |||||
* | Drop semver check job on CI | Yuki Okushi | 2023-02-22 | 1 | -26/+0 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Add pull request template | Yuki Okushi | 2022-11-20 | 1 | -0/+10 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | CI: Revive some Android targets | Yuki Okushi | 2022-11-04 | 1 | -6/+2 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Revive `x86_64-linux-android` CI with an old nightly | Yuki Okushi | 2022-11-03 | 1 | -4/+1 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Ignore `arm-linux-androideabi` on bors | Yuki Okushi | 2022-10-13 | 1 | -1/+2 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Ignore Android targets on bors | Yuki Okushi | 2022-10-10 | 1 | -2/+8 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Auto merge of #2938 - sashashura:patch-2, r=JohnTitor | bors | 2022-10-04 | 2 | -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 security | sashashura | 2022-10-04 | 2 | -0/+46 |
| | | | | | | | | Signed-off-by: Alex <aleksandrosansan@gmail.com> | ||||
* | | gha: Downgrade macOS image to 11 as workaround | Yuki Okushi | 2022-10-04 | 1 | -1/+5 |
|/ | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Deploy GitHub Pages via GitHub Actions | Yuki Okushi | 2022-09-29 | 1 | -21/+22 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Upgrade Ubuntu image on GHA to 22.04 | Yuki Okushi | 2022-08-24 | 3 | -13/+13 |
| | | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org> | ||||
* | Upgrade macOS image to 12 | Yuki Okushi | 2022-06-21 | 2 | -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.50 | Yuki Okushi | 2022-06-08 | 1 | -2/+2 |
| | |||||
* | Upgrade Windows runners to windows-2022 | Yuki Okushi | 2022-05-28 | 2 | -3/+3 |
| | |||||
* | Update GitHub Actions actions/checkout@v2 to v3 | David Tolnay | 2022-04-30 | 3 | -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 targets | Amanieu d'Antras | 2022-04-10 | 1 | -2/+3 |
| | |||||
* | Disable broken semver CI jobs | Amanieu d'Antras | 2022-04-09 | 1 | -0/+2 |
| | |||||
* | add CI for armv7-unknown-linux-uclibceabihf | Jonah Petri | 2022-01-21 | 1 | -0/+25 |
| | |||||
* | sparc64: Update debian image to 11 (2021-10-20) to fix segfault on CI | Yuki Okushi | 2021-11-03 | 1 | -2/+1 |
| | | | | I'm not sure why, but this certainly fixes the segfault. | ||||
* | Skip CI on `sparc64-unknown-linux-gnu` for now | Yuki Okushi | 2021-11-03 | 1 | -1/+2 |
| | |||||
* | Auto merge of #2451 - GuillaumeGomez:freebsd-items, r=JohnTitor | bors | 2021-10-20 | 1 | -2/+2 |
|\ | | | | | | | Freebsd items | ||||
| * | Update semverver version used in CI | Guillaume Gomez | 2021-10-20 | 1 | -2/+2 |
| | | |||||
* | | Upgrade macOS on CI to 11 (Big Sur) | Yuki Okushi | 2021-10-16 | 2 | -4/+4 |
|/ | |||||
* | Run MSRV check on Windows CI | Yuki Okushi | 2021-10-13 | 1 | -0/+26 |
| | |||||
* | Do not block semver check on bors | Yuki Okushi | 2021-07-30 | 1 | -2/+0 |
| | |||||
* | Upgrade `semverver` to 0.1.47 | Yuki Okushi | 2021-07-30 | 1 | -3/+3 |
| | |||||
* | Update FIXME | Yuki Okushi | 2021-07-16 | 1 | -1/+4 |
| | |||||
* | GHA: Remove unnecessary config | Yuki Okushi | 2021-07-14 | 2 | -12/+0 |
| | |||||
* | Use inlined script to upload docs to gh-pages | Yuki Okushi | 2021-07-06 | 1 | -6/+15 |
| | |||||
* | Update `rust-semverver` to the current master | Yuki Okushi | 2021-06-10 | 1 | -2/+2 |
| | |||||
* | Run rustup self-update as a separated step | Yuki Okushi | 2021-06-09 | 2 | -0/+6 |
| | |||||
* | Move `s390x-unknown-linux-musl` to build.sh | Yuki Okushi | 2021-02-28 | 1 | -2/+0 |
| | |||||
* | Auto merge of #2071 - kaniini:s390x-musl, r=Amanieu | bors | 2021-02-28 | 1 | -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 now | Ariadne Conill | 2021-02-28 | 1 | -1/+2 |
| | | |||||
| * | add s390x-unknown-linux-musl to bors | Ariadne Conill | 2021-02-28 | 1 | -0/+1 |
| | | |||||
* | | Disable aarch64-linux-android in CI | Jubilee Young | 2021-02-25 | 1 | -1/+3 |
|/ | |||||
* | Re-enable CI for `asmjs-unknown-emscripten` | Yuki Okushi | 2021-02-10 | 1 | -3/+1 |
| | |||||
* | Skip CI for some MIPS targets | Yuki Okushi | 2021-01-07 | 1 | -2/+4 |
| | |||||
* | Do not stop bors on semver check | Yuki Okushi | 2020-12-13 | 1 | -10/+2 |
| | |||||
* | Specify git revision to avoid breakage as possible on semverver | Yuki Okushi | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Use the newer nightly to fix the build | Yuki Okushi | 2020-11-24 | 1 | -2/+2 |
| | |||||
* | Update GHA Ubuntu version to 20.04 | Yuki Okushi | 2020-10-30 | 3 | -12/+12 |
| | |||||
* | Revert "Disable libc-test for MIPS64 for now" | Yuki Okushi | 2020-10-25 | 1 | -3/+2 |
| | | | | This reverts commit 6e719f77359d50a843ed0dcde1316b55205848ff. | ||||
* | Add issue templates with new style | Yuki Okushi | 2020-10-22 | 2 | -9/+28 |
| | |||||
* | Disable libc-test for MIPS64 for now | Yuki Okushi | 2020-10-21 | 1 | -2/+3 |
| |