We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a84ff commit f485f95Copy full SHA for f485f95
1 file changed
src/stirling/BUILD.bazel
@@ -68,8 +68,8 @@ pl_cc_library(
68
# Used by stirling runtime to install linux headers on hosts having no Linux headers pre-installed.
69
#
70
# 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.
+# Trimmed versions are ~8-11MB (8.6 MB avg) compressed and ~45MB uncompressed.
+# These are all trimmed versions, so we have 9MB * 29 = ~250 MB of headers.
73
stirling_linux_headers_tarballs = select({
74
"@platforms//cpu:aarch64": ["@linux_headers_merged_arm64_tar_gz//file:file"],
75
"@platforms//cpu:x86_64": ["@linux_headers_merged_x86_64_tar_gz//file:file"],
0 commit comments