forked from vieter-v/vieter
CI?
parent
32fc1317b0
commit
2ce92e237d
|
@ -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 ]'
|
||||
|
|
Loading…
Reference in New Issue