From 2a80bac9f08b6d743399158d5bb96061f450a679 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 19 Jun 2023 18:28:10 +0900 Subject: [PATCH] Remove `--jobserver-auth` option which varies for each run --- template/configure-ext.mk.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/configure-ext.mk.tmpl b/template/configure-ext.mk.tmpl index 8ba6b963e3..bc192a37ce 100644 --- a/template/configure-ext.mk.tmpl +++ b/template/configure-ext.mk.tmpl @@ -23,7 +23,7 @@ exts = {} end %> MINIRUBY = <%=miniruby%> -SCRIPT_ARGS = <%=script_args.gsub("#", "\\#")%> +SCRIPT_ARGS = <%=script_args.gsub("#", "\\#").gsub(/\A|[\s"']\K--jobserver-auth=[^\s'"]*/, "")%> EXTMK_ARGS = $(SCRIPT_ARGS) --gnumake=$(gnumake) --extflags="$(EXTLDFLAGS)" \ --make-flags="MINIRUBY='$(MINIRUBY)'"