summaryrefslogtreecommitdiff
path: root/0002-builds_otel.sh.patch
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-26 03:49:06 +0700
committerShulhan <ms@kilabit.info>2025-12-26 03:49:06 +0700
commitf7290baac6b2e54d08342f43c2df746a69aeb230 (patch)
treecafedbcd29d534427d4d9f5fad36bea071440668 /0002-builds_otel.sh.patch
parent89bfa01436e0476b3a9457067599a6f4250dc649 (diff)
downloadgoogle-cloud-ops-agent-git-master.tar.xz
all: release v2.62.0masterdev
Changes, * Set the license using SPDX license name * Remove the jdk-openjdk from depends. The OpenJDK is optional and only needed if user want to collect JVM metrics through [JMX] * Install the minimum config.yaml that collect logging using systemd_journald * Remove patching builds/otel.sh since we can pass the GO_BIN environment variable before running it. [JMX]: https://docs.cloud.google.com/stackdriver/docs/solutions/agents/ops-agent/third-party/jvm
Diffstat (limited to '0002-builds_otel.sh.patch')
-rw-r--r--0002-builds_otel.sh.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/0002-builds_otel.sh.patch b/0002-builds_otel.sh.patch
deleted file mode 100644
index 725288d..0000000
--- a/0002-builds_otel.sh.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/builds/otel.sh b/builds/otel.sh
-index 2a02997e5d..cd12d5070f 100755
---- a/builds/otel.sh
-+++ b/builds/otel.sh
-@@ -48,7 +48,7 @@ if [ "$SKIP_OTEL_JAVA" != "true" ]; then
- fi
-
- if [ -z "${GO_BIN}" ]; then
-- GO_BIN=/usr/local/go/bin/go
-+ GO_BIN=/usr/bin/go
- fi
- ARCH=$($GO_BIN env GOARCH)
-