forked from vieter-v/vieter
Added static test to amd64 builds as well
parent
641a9783a6
commit
9af37819f3
|
@ -23,3 +23,5 @@ pipeline:
|
||||||
group: 'build'
|
group: 'build'
|
||||||
commands:
|
commands:
|
||||||
- make prod
|
- make prod
|
||||||
|
# Make sure the binary is actually static
|
||||||
|
- '[ "$(readelf -d pvieter) | grep NEEDED | wc -l" = 0 ]'
|
||||||
|
|
Loading…
Reference in New Issue