summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35ac772e..55127230 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -266,6 +266,15 @@ bst-build-build-system:
- scripts/bst-build-or-show systems/build-system-content.bst
<<: *bst_cache
+bst-build-bootstrap-stage3-sysroot:
+ stage: build-1
+ dependencies:
+ - bst-convert
+ <<: *bst_before_script
+ script:
+ - bst build bootstrap/stage3-sysroot.bst
+ - bst checkout bootstrap/stage3-sysroot.bst ./sysroot
+
# Test building all converted Baserock systems
bst-build-base-system:
stage: build-2