Skip to content

Commit 8d2b74b

Browse files
committed
fixes
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent d8a9db2 commit 8d2b74b

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
check-min-deps:
200200
name: "Check build with minimal dependencies"
201201
timeout-minutes: 120
202-
env:
202+
env:
203203
RUSTFLAGS: "--cfg gpu_unstable"
204204
runs-on:
205205
- runs-on=${{ github.run_id }}

Cargo.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vortex-gpu/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ version = { workspace = true }
1515

1616
[dependencies]
1717
cudarc = { workspace = true }
18-
itertools = { workspace = true }
19-
parking_lot = { workspace = true }
2018
vortex-alp = { workspace = true }
2119
vortex-array = { workspace = true }
2220
vortex-buffer = { workspace = true }
2321
vortex-dtype = { workspace = true }
2422
vortex-error = { workspace = true }
2523
vortex-fastlanes = { workspace = true }
2624
vortex-mask = { workspace = true }
27-
vortex-utils = { workspace = true }
2825

2926
[dev-dependencies]
3027
criterion = { version = "0.7", features = ["html_reports"] }

0 commit comments

Comments
 (0)