Skip to content

Commit 89f7002

Browse files
committed
Try and unblock release by publishing GPU code
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 69377e1 commit 89f7002

File tree

22 files changed

+86
-88
lines changed

22 files changed

+86
-88
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ jobs:
415415
# Keep frame pointers for better stack traces
416416
CARGO_PROFILE_DEV_DEBUG: "true"
417417
CARGO_PROFILE_TEST_DEBUG: "true"
418+
RUSTFLAGS: "--cfg gpu_unstable"
418419
steps:
419420
- uses: runs-on/action@v2
420421
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,7 @@ jobs:
3434
3535
- name: Release
3636
run: |
37-
cargo +nightly publish -Zpublish-timeout --no-verify --allow-dirty --workspace \
38-
--exclude bench-vortex \
39-
--exclude vortex-python \
40-
--exclude vortex-duckdb \
41-
--exclude vortex-ffi \
42-
--exclude vortex-fuzz \
43-
--exclude vortex-jni \
44-
--exclude xtask
37+
cargo +nightly publish -Zpublish-timeout --no-verify --allow-dirty --workspace
4538
env:
4639
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4740
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)