File tree Expand file tree Collapse file tree 5 files changed +1
-163
lines changed
Expand file tree Collapse file tree 5 files changed +1
-163
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 target : wasm32-unknown-unknown
176176 env :
177177 rustflags : " RUSTFLAGS='-A warnings --cfg getrandom_backend=\" wasm_js\" '"
178- args : " --target wasm32-unknown-unknown --exclude vortex --exclude vortex-datafusion --exclude vortex-duckdb --exclude vortex-tui --exclude vortex-zstd --exclude vortex-gpu "
178+ args : " --target wasm32-unknown-unknown --exclude vortex --exclude vortex-datafusion --exclude vortex-duckdb --exclude vortex-tui --exclude vortex-zstd"
179179 steps :
180180 - uses : runs-on/action@v2
181181 with :
Original file line number Diff line number Diff line change @@ -76,6 +76,3 @@ tokio = [
7676]
7777zstd = [" dep:vortex-zstd" , " vortex-layout/zstd" ]
7878
79- [target .'cfg(gpu_unstable)' .dependencies ]
80- cudarc = { workspace = true }
81- vortex-gpu = { workspace = true , features = [" cuda" ] }
Original file line number Diff line number Diff line change @@ -55,10 +55,6 @@ vortex-session = { workspace = true }
5555vortex-utils = { workspace = true , features = [" dashmap" ] }
5656vortex-zstd = { workspace = true , optional = true }
5757
58- [target .'cfg(gpu_unstable)' .dependencies ]
59- cudarc = { workspace = true }
60- vortex-gpu = { workspace = true , features = [" cuda" ] }
61-
6258[dev-dependencies ]
6359futures = { workspace = true , features = [" executor" ] }
6460rstest = { workspace = true }
Original file line number Diff line number Diff line change @@ -46,9 +46,5 @@ default = []
4646roaring = [" dep:roaring" ]
4747tokio = [" dep:tokio" ]
4848
49- [target .'cfg(gpu_unstable)' .dependencies ]
50- cudarc = { workspace = true }
51- vortex-gpu = { workspace = true , features = [" cuda" ] }
52-
5349[lints ]
5450workspace = true
You can’t perform that action at this time.
0 commit comments