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

Commit c7426c1

Browse files
simon-mojoerunde
authored andcommitted
[CI] Reduce wheel size by not shipping debug symbols (vllm-project#4602)
1 parent 52b5bcb commit c7426c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/check-wheel-size.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ def check_wheel_size(directory):
2525
f"compare to the allowed size ({MAX_SIZE_MB} MB).")
2626
print_top_10_largest_files(wheel_path)
2727
return 1
28+
else:
29+
print(f"Wheel {wheel_path} is within the allowed size "
30+
f"({wheel_size_mb} MB).")
2831
return 0
2932

3033

0 commit comments

Comments
 (0)