Jef Roosens 2022-01-22 19:29:01 +01:00
parent 32fc1317b0
commit 2ce92e237d
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pipeline:
group: 'build'
commands:
- make prod
# Make sure the binary is actually static
# Make sure the binary is actually statically built
- readelf -d pvieter
- du -h pvieter
- '[ "$(readelf -d pvieter | grep NEEDED | wc -l)" = 0 ]'