Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 81ad740

Browse files
Remove debug dir between bpf and host crates (#1461)
1 parent 723aaca commit 81ad740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/cargo-build-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ make -C examples/c
1616

1717
# Build/test all BPF programs
1818
cargo +"$rust_stable" test-bpf -- --nocapture
19+
rm -rf target/debug # Prevents running out of space on github action runners
1920

2021
# Build/test all host crates
2122
cargo +"$rust_stable" build

0 commit comments

Comments
 (0)