Merge pull request #1024 from asklymenko/patch-2

T7772: Fix amazon-cloudwatch-agent build
This commit is contained in:
Christian Breunig 2025-09-03 19:17:42 +02:00 committed by GitHub
commit dc1bc10e3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
[[packages]] [[packages]]
name = "amazon-cloudwatch-agent" name = "amazon-cloudwatch-agent"
commit_id = "v1.300050.0" commit_id = "v1.300057.0"
scm_url = "https://github.com/aws/amazon-cloudwatch-agent" scm_url = "https://github.com/aws/amazon-cloudwatch-agent"
build_cmd = """ 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) ARCH=$(dpkg --print-architecture)
TAG=$(git describe --tags --abbrev=0) TAG=$(git describe --tags --abbrev=0)
COMMIT=$(git rev-parse --short HEAD) COMMIT=$(git rev-parse --short HEAD)