Skip to content

Commit 5f2bb30

Browse files
committed
fixup! Use Signed Binaries for Docker Build
1 parent 85fe83d commit 5f2bb30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.pipelines/build/scripts/dropgz.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ echo >&2 "##[section]Download DropGZ ($DROPGZ_VERSION)"
3232
GOPATH="$DROPGZ_BUILD_DIR" \
3333
go mod download "$DROPGZ_MOD_DOWNLOAD_PATH"
3434

35+
ls -la
36+
ls -la "$GEN_DIR"
37+
ls -la "$DROPGZ_BUILD_DIR"
38+
apt-get install -y tree || tdnf install -y tree
39+
tree "$GEN_DIR"
3540
echo >&2 "##[section]Build DropGZ with Embedded Payload"
3641
pushd "$DROPGZ_BUILD_DIR"/pkg/mod/"$DROPGZ_MOD_DOWNLOAD_PATH"
3742
mv "$PAYLOAD_DIR"/* pkg/embed/fs/

.pipelines/build/scripts/ipv6-hp-bpf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pushd "$REPO_ROOT"/bpf-prog/ipv6-hp-bpf
7474
cp ./cmd/ipv6-hp-bpf/*.go .
7575

7676
if [[ "$DEBUG" =~ ^[T|t]rue$ ]]; then
77-
echo "#define DEBUG" >> ./include/helper.h
77+
echo -e "\n#define DEBUG" >> ./include/helper.h
7878
fi
7979

8080
go generate ./...

0 commit comments

Comments
 (0)