Skip to content

Commit 6f5878d

Browse files
authored
Remove separate ballista build from CI (apache#776)
1 parent 18dbbb4 commit 6f5878d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/rust.yml

-9
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ jobs:
6464
env:
6565
CARGO_HOME: "/github/home/.cargo"
6666
CARGO_TARGET_DIR: "/github/home/target"
67-
# Ballista is currently not part of the main workspace so requires a separate build step
68-
- name: Build Ballista
69-
run: |
70-
cd ballista/rust
71-
# snmalloc requires cmake so build without default features
72-
cargo build --no-default-features --features sled
73-
env:
74-
CARGO_HOME: "/github/home/.cargo"
75-
CARGO_TARGET_DIR: "/github/home/target"
7667

7768
# test the crate
7869
linux-test:

0 commit comments

Comments
 (0)