Skip to content

Commit

Permalink
Remove all options to cargo -Zcheck-cfg
Browse files Browse the repository at this point in the history
They no longer exists: rust-lang/cargo#12845
  • Loading branch information
Urgau authored and snogge committed Jan 26, 2024
1 parent dba2f8b commit 65ab7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
- name: Setup Rust toolchain
run: TOOLCHAIN=nightly sh ./ci/install-rust.sh
- name: Build with check-cfg
run: LIBC_CI=1 LIBC_CHECK_CFG=1 cargo build -Z unstable-options -Z check-cfg=features,names,values,output
run: LIBC_CI=1 LIBC_CHECK_CFG=1 cargo build -Z unstable-options -Z check-cfg

docs:
permissions:
Expand Down

0 comments on commit 65ab7f8

Please sign in to comment.