Skip to content

Commit ac6fdde

Browse files
authored
Merge pull request #9233 from jackpot51/redox-ci
Update redoxer and reenable Redox OS in CI
2 parents 598bf60 + 2930c93 commit ac6fdde

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)