Skip to content

Commit 4670777

Browse files
committed
ci: Disable many matrix targets
1 parent fbffb05 commit 4670777

2 files changed

Lines changed: 33 additions & 34 deletions

File tree

.github/workflows/rust-ci.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -104,47 +104,47 @@ jobs:
104104
fail-fast: false
105105
matrix:
106106
include:
107-
- runner: macos-14
108-
target: aarch64-apple-darwin
109-
profile: dev
110-
- runner: macos-14
111-
target: x86_64-apple-darwin
112-
profile: dev
113-
- runner: ubuntu-24.04
114-
target: x86_64-unknown-linux-musl
115-
profile: dev
107+
# - runner: macos-14
108+
# target: aarch64-apple-darwin
109+
# profile: dev
110+
# - runner: macos-14
111+
# target: x86_64-apple-darwin
112+
# profile: dev
113+
# - runner: ubuntu-24.04
114+
# target: x86_64-unknown-linux-musl
115+
# profile: dev
116116
- runner: ubuntu-24.04
117117
target: x86_64-unknown-linux-gnu
118118
profile: dev
119-
- runner: ubuntu-24.04-arm
120-
target: aarch64-unknown-linux-musl
121-
profile: dev
122-
- runner: ubuntu-24.04-arm
123-
target: aarch64-unknown-linux-gnu
124-
profile: dev
125-
- runner: windows-latest
126-
target: x86_64-pc-windows-msvc
127-
profile: dev
128-
- runner: windows-11-arm
129-
target: aarch64-pc-windows-msvc
130-
profile: dev
119+
# - runner: ubuntu-24.04-arm
120+
# target: aarch64-unknown-linux-musl
121+
# profile: dev
122+
# - runner: ubuntu-24.04-arm
123+
# target: aarch64-unknown-linux-gnu
124+
# profile: dev
125+
# - runner: windows-latest
126+
# target: x86_64-pc-windows-msvc
127+
# profile: dev
128+
# - runner: windows-11-arm
129+
# target: aarch64-pc-windows-msvc
130+
# profile: dev
131131

132132
# Also run representative release builds on Mac and Linux because
133133
# there could be release-only build errors we want to catch.
134134
# Hopefully this also pre-populates the build cache to speed up
135135
# releases.
136-
- runner: macos-14
137-
target: aarch64-apple-darwin
138-
profile: release
139-
- runner: ubuntu-24.04
140-
target: x86_64-unknown-linux-musl
141-
profile: release
142-
- runner: windows-latest
143-
target: x86_64-pc-windows-msvc
144-
profile: release
145-
- runner: windows-11-arm
146-
target: aarch64-pc-windows-msvc
147-
profile: release
136+
# - runner: macos-14
137+
# target: aarch64-apple-darwin
138+
# profile: release
139+
# - runner: ubuntu-24.04
140+
# target: x86_64-unknown-linux-musl
141+
# profile: release
142+
# - runner: windows-latest
143+
# target: x86_64-pc-windows-msvc
144+
# profile: release
145+
# - runner: windows-11-arm
146+
# target: aarch64-pc-windows-msvc
147+
# profile: release
148148

149149
steps:
150150
- uses: actions/checkout@v5

codex-rs/tui-integration-tests/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ anyhow = "1"
1111
tempfile = "3"
1212

1313
[target.'cfg(unix)'.dependencies]
14-
nix = { version = "0.27", features = ["fs"] }
1514
libc = "0.2"
1615

1716
[dev-dependencies]

0 commit comments

Comments
 (0)