@@ -582,8 +582,7 @@ jobs:
582582 - { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,test_risky_names", use-cross: use-cross }
583583 - { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,uudoc" , use-cross: no, workspace-tests: true }
584584 - { os: ubuntu-latest , target: x86_64-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross }
585- # broken by network error
586- # - { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
585+ - { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
587586 - { os: ubuntu-latest , target: wasm32-unknown-unknown , default-features: false, features: uucore/format, skip-tests: true, skip-package: true, skip-publish: true }
588587 - { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
589588 # PR #7964: Mac should still build even if the feature is not enabled
@@ -783,7 +782,7 @@ jobs:
783782 - uses : taiki-e/install-action@v2
784783 if : steps.vars.outputs.CARGO_CMD == 'redoxer'
785784 with :
786- 785+ 787786 - name : Initialize toolchain-dependent workflow variables
788787 id : dep_vars
789788 shell : bash
0 commit comments