summaryrefslogtreecommitdiff
path: root/.github/workflows/bors.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/bors.yml')
-rw-r--r--.github/workflows/bors.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index fc9a5b6ec3..49a06de686 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -317,32 +317,6 @@ jobs:
run: LIBC_CI=1 TOOLCHAIN=${{ matrix.toolchain }} WIN_TARGET=${{ matrix.target }} sh ./ci/build.sh
shell: bash
- semver_linux:
- if: ${{ false }} # This is currently broken
- name: Semver Linux
- runs-on: ubuntu-22.04
- continue-on-error: true
- steps:
- - uses: actions/checkout@v3
- - name: Setup Rust toolchain
- # Should update the semverver revision in semver.sh if we touch nightly ver.
- run: TOOLCHAIN=nightly-2022-05-23 sh ./ci/install-rust.sh
- - name: Check breaking changes
- run: sh ci/semver.sh linux
-
- semver_macos:
- if: ${{ false }} # This is currently broken
- name: Semver macOS
- runs-on: macos-12
- continue-on-error: true
- steps:
- - uses: actions/checkout@v3
- - name: Setup Rust toolchain
- # Pin nightly version to make semverver compilable.
- run: TOOLCHAIN=nightly-2022-05-23 sh ./ci/install-rust.sh
- - name: Check breaking changes
- run: sh ci/semver.sh macos
-
docs:
permissions:
actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)