File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ echo >&2 "##[section]Download DropGZ ($DROPGZ_VERSION)"
3232GOPATH=" $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 "
3540echo >&2 " ##[section]Build DropGZ with Embedded Payload"
3641pushd " $DROPGZ_BUILD_DIR " /pkg/mod/" $DROPGZ_MOD_DOWNLOAD_PATH "
3742 mv " $PAYLOAD_DIR " /* pkg/embed/fs/
Original file line number Diff line number Diff 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 ./...
You can’t perform that action at this time.
0 commit comments