From 8aba416293d9dfe1c1f1a20634d4d7332d278c5e Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 29 May 2023 18:15:09 +0700 Subject: all: add command to build agent_wrapper.sh This build is introduced on commit fcb087b5 [1]. [1] https://github.com/GoogleCloudPlatform/ops-agent/commit/fcb087b5fcab52541472fa2b66c438145d209eb2 --- PKGBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/PKGBUILD b/PKGBUILD index 49b54f2..693b672 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -79,6 +79,7 @@ build() { ./builds/fluent_bit.sh "$_destdir" ./builds/systemd.sh "$_destdir" ./builds/ops_agent_diagnostics.sh "$_destdir" + ./builds/agent_wrapper.sh "$_destdir" git apply "${srcdir}/0001-build-sh.patch" BUILD_DISTRO=arch CODE_VERSION="${pkgver}" DESTDIR="$_destdir" \ -- cgit v1.3