pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust-beta: use REPLACE_BASH for free-disk-space.sh



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Jun 2 08:44:58 2026 +0200
Changeset:	aee376b08a78eeb02c9279363de5ba5b45b0d441

Modified Files:
	rust-beta/Makefile

Log Message:
rust-beta: use REPLACE_BASH for free-disk-space.sh

instead of skipping it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aee376b08a78eeb02c9279363de5ba5b45b0d441

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust-beta/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/rust-beta/Makefile b/rust-beta/Makefile
index 5161af2961..d2be9d9e03 100644
--- a/rust-beta/Makefile
+++ b/rust-beta/Makefile
@@ -50,6 +50,8 @@ CONFIGURE_ARGS+=	--disable-ninja
 CONFIGURE_ARGS+=	--dist-compression-formats=xz
 CONFIGURE_ARGS+=	--set dist.vendor=false
 
+CGC=			compiler/rustc_codegen_cranelift
+REPLACE_BASH+=		${CGC}/.github/scripts/free-disk-space.sh
 REPLACE_BASH+=		library/portable-simd/subtree-sync.sh
 CB=			library/compiler-builtins
 REPLACE_BASH+=		${CB}/ci/bench-icount.sh
@@ -131,7 +133,6 @@ CHECK_INTERPRETER_SKIP+=	${RUSTC_CG_CRANELIFT}/scripts/filter_profile.rs
 CHECK_INTERPRETER_SKIP+=	${RUSTC_CG_CRANELIFT}/scripts/rustup.sh
 CHECK_INTERPRETER_SKIP+=	${RUSTC_CG_CRANELIFT}/scripts/test_bootstrap.sh
 CHECK_INTERPRETER_SKIP+=	${RUSTC_CG_CRANELIFT}/scripts/test_rustc_tests.sh
-CHECK_INTERPRETER_SKIP+=	${RUSTC_CG_CRANELIFT}/.github/scripts/free-disk-space.sh
 CHECK_INTERPRETER_SKIP+=	${RUSTLIB_COMPILER}/rustc_codegen_gcc/y.sh
 CHECK_INTERPRETER_SKIP+=	lib/rustlib/src/rust/library/backtrace/ci/*.sh
 CHECK_INTERPRETER_SKIP+=	lib/rustlib/src/rust/library/core/src/unicode/printable.py


Home | Main Index | Thread Index | Old Index