pwru #400
Annotations
2 errors
deploy (alpine)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c test -n \"${BUILD_VERSION}\" \t&& apk update \t&& apk add --no-cache git ca-certificates build-base clang llvm16 go \t&& git clone --depth 1 ${GIT_URL} --branch ${BUILD_VERSION} /go/src/github.com/cilium/pwru \t&& cd /go/src/github.com/cilium/pwru \t&& go generate `uname -m` \t&& go build -v -trimpath -buildmode=pie -ldflags=\"-s -w\"" did not complete successfully: exit code: 1
|
deploy (ubuntu)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c test -n \"${BUILD_VERSION}\" \t&& apt-get update \t&& apt-get dist-upgrade -y \t&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y -q curl build-essential git ca-certificates llvm-17 clang-17 golang-go gcc flex bison \t&& ln -s /usr/bin/clang-17 /usr/bin/clang \t&& ln -s /usr/bin/llvm-strip-17 /usr/bin/llvm-strip \t&& git clone --depth 1 ${GIT_URL} /go/src/github.com/cilium/pwru \t&& cd /go/src/github.com/cilium/pwru \t&& cd libpcap \t&& ./configure --disable-rdma --disable-shared --disable-usb --disable-netmap --disable-bluetooth --disable-dbus --without-libnl \t&& make \t&& cd .. \t&& go generate `uname -m` \t&& go build -v -trimpath -buildmode=pie -ldflags=\"-s -w -X github.com/cilium/pwru/internal/pwru.Version=${BUILD_VERSION}\"" did not complete successfully: exit code: 1
|