From e3666cda2178ab8cf52b153955a6a7dbea58b72f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 8 Jul 2026 21:48:47 +0900 Subject: [PATCH] internal/rosa/make: run in hardcoded directory This actually eliminates some of the autotools nondeterminism, as autotools is not capable of stripping build pathnames. Signed-off-by: Ophestra --- internal/rosa/make.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rosa/make.go b/internal/rosa/make.go index 0dab3a43..257c51f1 100644 --- a/internal/rosa/make.go +++ b/internal/rosa/make.go @@ -89,7 +89,7 @@ func (attr *MakeHelper) wantsDir() (string, bool) { if attr != nil && attr.InPlace { return helperInPlace, false } - return `"$(mktemp -d)"`, false + return "/cure/", true } // script generates the cure script.