summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/implementations.yarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 7f9281ac..fa31d372 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -67,6 +67,7 @@ another to hold a chunk.
cat << EOF > "$DATADIR/gits/morphs/test-system.morph"
name: test-system
kind: system
+ arch: $(uname -m)
strata:
- name: test-stratum
repo: test:morphs
@@ -82,6 +83,8 @@ another to hold a chunk.
repo: test:test-chunk
ref: master
morph: test-chunk
+ build-mode: bootstrap
+ build-depends: []
EOF
run_in "$DATADIR/gits/morphs" git init .