summaryrefslogtreecommitdiff
path: root/etc/repos.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/repos.json')
-rw-r--r--etc/repos.json4
1 files changed, 4 insertions, 0 deletions
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":