Skip to content

Commit 4720824

Browse files
committed
Adjust comment for latest selection of headers
1 parent a66b431 commit 4720824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stirling/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ pl_cc_library(
6868
# Used by stirling runtime to install linux headers on hosts having no Linux headers pre-installed.
6969
#
7070
# Note that each linux header tarball is ~15MB compressed and ~230MB uncompressed.
71-
# Trimmed versions are ~8-11MB (9MB avg) compressed and ~45MB uncompressed.
72-
# These are all trimmed versions, so we have 9MB * 35 = ~315 MB of headers.
71+
# Trimmed versions are ~8-11MB (8.6 MB avg) compressed and ~45MB uncompressed.
72+
# These are all trimmed versions, so we have 9MB * 29 = ~250 MB of headers.
7373
stirling_linux_headers_tarballs = select({
7474
"@platforms//cpu:aarch64": ["@linux_headers_merged_arm64_tar_gz//file:file"],
7575
"@platforms//cpu:x86_64": ["@linux_headers_merged_x86_64_tar_gz//file:file"],

0 commit comments

Comments
 (0)