CI: Enable CGO for repochecker
This commit is contained in:
parent
21bf188691
commit
f815bff8ca
@ -71,6 +71,8 @@ build-dashboard:
|
||||
build-repochecker:
|
||||
extends:
|
||||
- .build
|
||||
variables:
|
||||
CGO_ENABLED: 1
|
||||
script:
|
||||
- apk --no-cache add build-base
|
||||
- go build -buildvcs=false --tags checkupdate -v -o deploy/repochecker srs.epita.fr/fic-server/repochecker
|
||||
|
Loading…
Reference in New Issue
Block a user