summaryrefslogtreecommitdiff
path: root/strata/rust.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/rust.morph')
-rw-r--r--strata/rust.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/strata/rust.morph b/strata/rust.morph
new file mode 100644
index 00000000..ea8be292
--- /dev/null
+++ b/strata/rust.morph
@@ -0,0 +1,14 @@
+name: rust
+kind: stratum
+chunks:
+- name: stage1-rustc
+ repo: https://github.com/rust-lang/rust
+ ref: ac919fcd9d4a958baf99b2f2ed5c3d38a2ebf9d0
+ morph: strata/rust/rustc.morph
+ build-mode: bootstrap
+- name: rustc
+ repo: https://github.com/rust-lang/rust
+ ref: ac919fcd9d4a958baf99b2f2ed5c3d38a2ebf9d0
+ morph: strata/rust/rustc.morph
+ build-depends:
+ - stage1-rustc