From 38ca88da9f7c62250b92132d863247dd04d890ce Mon Sep 17 00:00:00 2001 From: strawberry <strawberry@puppygock.gay> Date: Thu, 2 May 2024 10:36:40 -0400 Subject: [PATCH] ci(gitlab): use --no-strip for cargo deb Signed-off-by: strawberry <strawberry@puppygock.gay> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0390ec83..c1f58ffa3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ artifacts: - mkdir -p target/release - cp result/bin/conduit target/release - - direnv exec . cargo deb --no-build + - direnv exec . cargo deb --no-build --no-strip - mv target/debian/*.deb x86_64-unknown-linux-musl.deb # Since the OCI image package is based on the binary package, this has the -- GitLab