Skip to content

Commit 342b374

Browse files
committedAug 14, 2024·
Port run-make/sysroot-crates-are-unstable to rmake
1 parent 80eb5a8 commit 342b374

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

‎src/tools/tidy/src/allowed_run_make_makefiles.txt

-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ run-make/reproducible-build/Makefile
2121
run-make/rlib-format-packed-bundled-libs/Makefile
2222
run-make/split-debuginfo/Makefile
2323
run-make/symbol-mangling-hashed/Makefile
24-
run-make/sysroot-crates-are-unstable/Makefile
2524
run-make/translation/Makefile
2625
run-make/x86_64-fortanix-unknown-sgx-lvi/Makefile

‎tests/run-make/sysroot-crates-are-unstable/Makefile

-2
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
use run_make_support::python_command;
2+
3+
fn main() {
4+
python_command().arg("test.py").run();
5+
}

0 commit comments

Comments
 (0)
Please sign in to comment.