File tree Expand file tree Collapse file tree 3 files changed +1
-102
lines changed Expand file tree Collapse file tree 3 files changed +1
-102
lines changed Original file line number Diff line number Diff line change @@ -317,32 +317,6 @@ jobs:
317
317
run : LIBC_CI=1 TOOLCHAIN=${{ matrix.toolchain }} WIN_TARGET=${{ matrix.target }} sh ./ci/build.sh
318
318
shell : bash
319
319
320
- semver_linux :
321
- if : ${{ false }} # This is currently broken
322
- name : Semver Linux
323
- runs-on : ubuntu-22.04
324
- continue-on-error : true
325
- steps :
326
- - uses : actions/checkout@v3
327
- - name : Setup Rust toolchain
328
- # Should update the semverver revision in semver.sh if we touch nightly ver.
329
- run : TOOLCHAIN=nightly-2022-05-23 sh ./ci/install-rust.sh
330
- - name : Check breaking changes
331
- run : sh ci/semver.sh linux
332
-
333
- semver_macos :
334
- if : ${{ false }} # This is currently broken
335
- name : Semver macOS
336
- runs-on : macos-12
337
- continue-on-error : true
338
- steps :
339
- - uses : actions/checkout@v3
340
- - name : Setup Rust toolchain
341
- # Pin nightly version to make semverver compilable.
342
- run : TOOLCHAIN=nightly-2022-05-23 sh ./ci/install-rust.sh
343
- - name : Check breaking changes
344
- run : sh ci/semver.sh macos
345
-
346
320
docs :
347
321
permissions :
348
322
actions : write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -669,4 +669,4 @@ strftime
669
669
strptime
670
670
dirname
671
671
posix_basename
672
- gnu_basename
672
+ gnu_basename
You can’t perform that action at this time.
0 commit comments