summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35ac772e..4b7f2c35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -256,14 +256,17 @@ bst-convert:
- elements/
<<: *ybd_cache
-# Test building a common Baserock system
-bst-build-build-system:
+# First we build a fairly normal system, which will rebuild the bootstrap
+# if anything has changed there. We also check that the stage3 sysroot that
+# we bootstrap from can be regenerated.
+bst-build-initial:
stage: build-1
dependencies:
- bst-convert
<<: *bst_before_script
script:
- scripts/bst-build-or-show systems/build-system-content.bst
+ - scripts/bst-build-or-show bootstrap/stage3-sysroot.bst
<<: *bst_cache
# Test building all converted Baserock systems