forked from vieter-v/vieter
CI?
This commit is contained in:
parent
32fc1317b0
commit
2ce92e237d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ pipeline:
|
||||||
group: 'build'
|
group: 'build'
|
||||||
commands:
|
commands:
|
||||||
- make prod
|
- make prod
|
||||||
# Make sure the binary is actually static
|
# Make sure the binary is actually statically built
|
||||||
- readelf -d pvieter
|
- readelf -d pvieter
|
||||||
- du -h pvieter
|
- du -h pvieter
|
||||||
- '[ "$(readelf -d pvieter | grep NEEDED | wc -l)" = 0 ]'
|
- '[ "$(readelf -d pvieter | grep NEEDED | wc -l)" = 0 ]'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue