diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-17 00:11:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-17 00:11:54 +0700 |
| commit | 1198b7531a4dc6ecadc30284744934dfbaa536d1 (patch) | |
| tree | d236a18a0fadcbc6039fc8e6624eef557a9b7bce /.SRCINFO | |
| parent | a82178cdd43d4d98480400abdd57e74fab2795ce (diff) | |
| download | google-cloud-ops-agent-git-1198b7531a4dc6ecadc30284744934dfbaa536d1.tar.xz | |
all: fix build failed due to upstream changes
Since PR #1038 merged to master, the build failed due to the $DESTDIR
now replaced with "/work" for building with docker. [1]
[1] https://github.com/GoogleCloudPlatform/ops-agent/pull/1038#discussion_r1106206200
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = google-cloud-ops-agent-git pkgdesc = Ops Agents that are part of the Google Cloud Operations product suite (specifically Cloud Logging and Cloud Monitoring) - pkgver = 2.23.0.r33.gdeaa7dec7 + pkgver = 2.25.1.r18.g4f5c90bc5 pkgrel = 1 url = https://github.com/GoogleCloudPlatform/ops-agent arch = x86_64 @@ -21,10 +21,12 @@ pkgbase = google-cloud-ops-agent-git source = fluent-bit::git+https://github.com/fluent/fluent-bit.git source = opentelemetry-operations-collector::git+https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector.git source = opentelemetry-java-contrib::git+https://github.com/open-telemetry/opentelemetry-java-contrib.git - md5sums = SKIP - md5sums = SKIP - md5sums = SKIP - md5sums = SKIP - md5sums = SKIP + source = 0001-build-sh.patch + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = a4ec5040542b3b7b33b995f8357fd81dac901975f7d52955b713f8cccc756501 pkgname = google-cloud-ops-agent-git |
