]> git.feebdaed.xyz Git - 0xmirror/dpdk.git/commit
devtools: reduce test builds output size
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 20 Oct 2025 15:55:36 +0000 (16:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 29 Nov 2025 21:19:49 +0000 (22:19 +0100)
commit1da8dc8b1cfad035198ead44458d2c485ad0fef5
tree52b94e1ea191bccf874fb88b365cc3c89908adfa
parent0db25f4eb2812a10d70c242f25761a5a36e97ff7
devtools: reduce test builds output size

The various builds done by the "test-meson-builds.sh" script can take a
large amount of space on disk. Some simple changes allow us to reduce
the space used significantly. Specifically:
* use the default "release" build, which does not include debug
  information, for builds where we won't check ABI.
* use shared linkage rather than static for the 32-bit builds.

After making these changes a set of builds produced by test-meson-builds
shrank from ~17G to ~7G on my system.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/test-meson-builds.sh