Skip to content

Commit fc90c85

Browse files
committed
CICD.yml: Drop a duplicated test case for *con
1 parent 12193c5 commit fc90c85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,6 @@ jobs:
633633
- { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
634634
- { os: ubuntu-latest , target: wasm32-unknown-unknown , default-features: false, features: uucore/format, skip-tests: true, skip-package: true, skip-publish: true }
635635
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
636-
# PR #7964: Mac should still build even if the feature is not enabled. Do not publish this.
637-
- { os: macos-latest , target: aarch64-apple-darwin , workspace-tests: true, skip-publish: true } # M1 CPU
638636
- { os: macos-latest , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true }
639637
- { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
640638
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
@@ -1310,7 +1308,7 @@ jobs:
13101308
run: |
13111309
test -f target/debug/chcon || test -f target/debug/chcon.exe
13121310
test -f target/debug/runcon || test -f target/debug/runcon.exe
1313-
- name: Verify workspace builds with stubs
1311+
- name: Verify workspace builds with stubs # issue/7965
13141312
run: cargo build --features ${{ matrix.job.features }}
13151313

13161314
test_safe_traversal:

0 commit comments

Comments
 (0)