This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new e0b181d7 [YUNIKORN-3189] Fix release build for the k8shim
e0b181d7 is described below

commit e0b181d75e435880f76a03466195055a163690a7
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Thu Dec 18 13:40:56 2025 +1100

    [YUNIKORN-3189] Fix release build for the k8shim
    
    Add `shell` to the test to make sure it works. Without shell the test
    will always return an empty value never setting the correct mount.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index af404bf1..c6e8eb4f 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,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]

Reply via email to