From 434efeaa9b5d998d94d333ba406ea96b00b05af7 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Fri, 18 Mar 2022 09:37:37 -0500 Subject: [PATCH] need to install development packages for testing, duh --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e5328f4..89de0c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ podTemplate( if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then apk add --no-cache git fi - apk add --no-cache gcc musl-dev pkgconfig + apk add --no-cache libusb-dev gcc g++ musl-dev pkgconfig curl \ --silent \ --location \ @@ -95,7 +95,7 @@ sonar.go.coverage.reportPaths=cover.out if [ ! "/usr/bin/upx" ] || [ ! -x "/usr/bin/upx" ]; then apk add --no-cache upx fi - apk add --no-cache libusb-dev gcc g++ + apk add --no-cache libusb-dev gcc g++ musl-dev pkgconfig go install -v ./... GOOS=linux GOARCH=amd64 go build -v -ldflags="-s -w" -tags timetzdata -o tplink ./cmd/go-temper upx --lzma go-temper