From 803b985bf7fc8470eb8fa97576dd551c9c74c7d9 Mon Sep 17 00:00:00 2001 From: crossoverJie Date: Wed, 30 Oct 2024 18:44:43 +0800 Subject: [PATCH] apk update --- scripts/run-ci.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run-ci.sh b/scripts/run-ci.sh index 13a6b444d2..4fe653f7a1 100755 --- a/scripts/run-ci.sh +++ b/scripts/run-ci.sh @@ -22,6 +22,7 @@ set -e -x scripts/pulsar-test-service-start.sh export CGO_ENABLED=1 +apk update apk add gcc apk add musl - dev go test -race -coverprofile=/tmp/coverage -timeout=20m -v ./...