changes libusb package
This commit is contained in:
parent
a471cb9d22
commit
620f5d16d7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -56,7 +56,7 @@ spec:
|
|||||||
container("compile") {
|
container("compile") {
|
||||||
sh """
|
sh """
|
||||||
apt update
|
apt update
|
||||||
apt install libusb-dev gcc g++ upx-ucl
|
apt install libusb-1.0-0-dev gcc g++ upx-ucl
|
||||||
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-temper ./cmd/go-temper
|
GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-temper ./cmd/go-temper
|
||||||
upx --brute go-temper
|
upx --brute go-temper
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user