Skip to content

Commit df2c93b

Browse files
authored
Remove unused SBPF tarball (#5125)
1 parent b31e5f4 commit df2c93b

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

ci/buildkite-pipeline-in-disk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ all_test_steps() {
187187
- command: "ci/test-stable-sbf.sh"
188188
name: "stable-sbf"
189189
timeout_in_minutes: 35
190-
artifact_paths: "sbf-dumps.tar.bz2"
191190
agents:
192191
queue: "gcp"
193192
EOF

ci/buildkite-pipeline.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ all_test_steps() {
226226
- command: "ci/docker-run-default-image.sh ci/test-stable-sbf.sh"
227227
name: "stable-sbf"
228228
timeout_in_minutes: 35
229-
artifact_paths: "sbf-dumps.tar.bz2"
230229
agents:
231230
queue: "solana"
232231
EOF

ci/buildkite-solana-private.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ all_test_steps() {
171171
- command: "ci/docker-run-default-image.sh ci/test-stable-sbf.sh"
172172
name: "stable-sbf"
173173
timeout_in_minutes: 35
174-
artifact_paths: "sbf-dumps.tar.bz2"
175174
agents:
176175
queue: "default"
177176
EOF

ci/test-stable.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ test-stable-sbf)
5858
# SBF program tests
5959
_ make -C programs/sbf test-v0
6060

61-
# SBF program instruction count assertion
62-
sbf_target_path=programs/sbf/target
63-
_ cargo test \
64-
--manifest-path programs/sbf/Cargo.toml \
65-
--features=sbf_c,sbf_rust assert_instruction_count \
66-
-- --nocapture &> $sbf_target_path/deploy/instruction_counts.txt
67-
68-
sbf_dump_archive="sbf-dumps.tar.bz2"
69-
rm -f "$sbf_dump_archive"
70-
tar cjvf "$sbf_dump_archive" $sbf_target_path/deploy/{*.txt,*.so}
7161
exit 0
7262
;;
7363
test-docs)

0 commit comments

Comments
 (0)