summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrii Klymenko <a.klymenko@vyos.io>2025-09-03 11:20:38 +0300
committerGitHub <noreply@github.com>2025-09-03 11:20:38 +0300
commit978cf0493dfb9111e1e6b0d5838f37ac3b060bc8 (patch)
tree05bb74336c801a3d559fc9ee37f58322e21630cb /scripts
parent4fe55d8005f3f99937e7b2fdc4d17885a6f633e9 (diff)
downloadvyos-build-978cf0493dfb9111e1e6b0d5838f37ac3b060bc8.tar.gz
vyos-build-978cf0493dfb9111e1e6b0d5838f37ac3b060bc8.zip
T7772: Fix amazon-cloudwatch-agent build
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/amazon-cloudwatch-agent/package.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package-build/amazon-cloudwatch-agent/package.toml b/scripts/package-build/amazon-cloudwatch-agent/package.toml
index 120a17f9..6a7810f9 100644
--- a/scripts/package-build/amazon-cloudwatch-agent/package.toml
+++ b/scripts/package-build/amazon-cloudwatch-agent/package.toml
@@ -1,11 +1,11 @@
[[packages]]
name = "amazon-cloudwatch-agent"
-commit_id = "v1.300050.0"
+commit_id = "v1.300057.0"
scm_url = "https://github.com/aws/amazon-cloudwatch-agent"
build_cmd = """
-make clean test check_secrets amazon-cloudwatch-agent-linux package-deb
+make clean check_secrets amazon-cloudwatch-agent-linux package-deb
ARCH=$(dpkg --print-architecture)
TAG=$(git describe --tags --abbrev=0)
COMMIT=$(git rev-parse --short HEAD)