@@ -584,8 +584,7 @@ jobs:
584584 - { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,test_risky_names", use-cross: use-cross }
585585 - { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,uudoc" , use-cross: no, workspace-tests: true }
586586 - { os: ubuntu-latest , target: x86_64-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross }
587- # broken by network error
588- # - { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
587+ - { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
589588 - { os: ubuntu-latest , target: wasm32-unknown-unknown , default-features: false, features: uucore/format, skip-tests: true, skip-package: true, skip-publish: true }
590589 - { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
591590 # PR #7964: Mac should still build even if the feature is not enabled
@@ -785,7 +784,7 @@ jobs:
785784 - uses : taiki-e/install-action@v2
786785 if : steps.vars.outputs.CARGO_CMD == 'redoxer'
787786 with :
788- tool : redoxer@0.2.37
787+ tool : redoxer@0.2.56
789788 - name : Initialize toolchain-dependent workflow variables
790789 id : dep_vars
791790 shell : bash
0 commit comments