This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/branch-1.6 by this push:
new 7037fa55 Fix release build
7037fa55 is described below
commit 7037fa5589caac91384377771150afcc7a266dcb
Author: Craig Condit <[email protected]>
AuthorDate: Wed Jan 15 11:38:59 2025 -0600
Fix release build
---
.go_repro_version | 2 +-
Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.go_repro_version b/.go_repro_version
index 6245beec..f5ae9457 100644
--- a/.go_repro_version
+++ b/.go_repro_version
@@ -1 +1 @@
-1.22.1
+1.22.10
diff --git a/Makefile b/Makefile
index 11eb865e..07e70510 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ else
endif
# Release build requires using parent dir as base for buildroot
-RELEASE_BUILD := $(test -f "$(BASE_DIR)/.gitignore" ; echo $$?)
+RELEASE_BUILD := $(shell test -f "$(BASE_DIR)/.gitignore" ; echo $$?)
ifeq ($(RELEASE_BUILD),1)
DOCKER_BUILDROOT := $(shell cd "$(BASE_DIR)/.." ; pwd)
DOCKER_SRCROOT := /buildroot/k8shim
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]