We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18dbbb4 commit 6f5878dCopy full SHA for 6f5878d
.github/workflows/rust.yml
@@ -64,15 +64,6 @@ jobs:
64
env:
65
CARGO_HOME: "/github/home/.cargo"
66
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"
76
77
# test the crate
78
linux-test:
0 commit comments