summaryrefslogtreecommitdiff
path: root/etc/repos.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/repos.json')
-rw-r--r--etc/repos.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/repos.json b/etc/repos.json
index 5e941a1..aafeebc 100644
--- a/etc/repos.json
+++ b/etc/repos.json
@@ -721,14 +721,22 @@
, "target_root": "defaults"
, "target_file_name": "test.TARGETS"
, "rule_root": "rules"
- , "bindings": {"rules": "rules", "toolchain": "gcc-latest-native"}
+ , "bindings":
+ { "rules": "rules"
+ , "toolchain": "gcc-latest-native"
+ , "stage-0": "rules/stage-0"
+ }
}
, "test/rules-gcc-musl":
{ "repository": "rules"
, "target_root": "defaults"
, "target_file_name": "test.TARGETS"
, "rule_root": "rules"
- , "bindings": {"rules": "rules", "toolchain": "gcc-latest-musl"}
+ , "bindings":
+ { "rules": "rules"
+ , "toolchain": "gcc-latest-musl"
+ , "stage-0": "rules/stage-0"
+ }
}
, "test/rules-gcc-musl-static":
{ "repository": "rules"