From ba67a0645efd035b23f12f45d1a14e8335456d86 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 1 Mar 2024 11:16:06 -0500 Subject: [PATCH] CI: Strip binaries and libraries during the installation step This saves ~400MB of disk space. --- Meta/Azure/Lagom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index ecd9c622c4f..8bcd7308614 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -140,7 +140,7 @@ jobs: - script: | set -e cmake --build . - cmake --install . --prefix $(Build.SourcesDirectory)/Meta/Lagom/Install + cmake --install . --strip --prefix $(Build.SourcesDirectory)/Meta/Lagom/Install displayName: 'Build' workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build env: