This commit is contained in:
Jef Roosens 2022-01-22 19:29:01 +01:00
parent 32fc1317b0
commit 2ce92e237d
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

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 ]'