From 7a242a9ddf3174aee39cf2de9fce3d7ccc071d8d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 2 Jul 2024 18:10:06 +0200 Subject: test rules: use full stage-0 busybox ... and not only the bootstrap one. For tests, it is useful to have tools like realpath(1) and date(1) that are not needed for bootstrapping. --- etc/repos.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/repos.json') diff --git a/etc/repos.json b/etc/repos.json index 51f6f06..67e3e76 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -725,6 +725,7 @@ { "rules": "rules" , "toolchain": "gcc-latest-native" , "stage-0": "rules/stage-0" + , "busybox": "stage-0/busybox" } } , "test/rules-gcc-musl": @@ -736,6 +737,7 @@ { "rules": "rules" , "toolchain": "gcc-latest-musl" , "stage-0": "rules/stage-0" + , "busybox": "stage-0/busybox" } } , "test/rules-gcc-musl-static": @@ -747,6 +749,7 @@ { "rules": "rules" , "toolchain": "gcc-latest-musl-static" , "stage-0": "rules/stage-0" + , "busybox": "stage-0/busybox" } } , "test/rules-clang-native": @@ -758,6 +761,7 @@ { "rules": "rules" , "toolchain": "clang-latest-native" , "stage-0": "rules/stage-0" + , "busybox": "stage-0/busybox" } } , "test/gcc-native": -- cgit v1.2.3