diff mbox series

CI: use scarthgap branches

Message ID 20240417133915.2957956-1-ross.burton@arm.com
State New
Headers show
Series CI: use scarthgap branches | expand

Commit Message

Ross Burton April 17, 2024, 1:39 p.m. UTC
Upstream master and scarthgap have now diverged, so use scarthgap whilst
we prepare for release.  At the time of writing there is no scarthgap
branch for meta-clang, so leave that on master.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 ci/base.yml  | 2 +-
 ci/clang.yml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/ci/base.yml b/ci/base.yml
index 4296d270..3d868a47 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -5,7 +5,7 @@  distro: poky
 
 defaults:
   repos:
-    branch: master
+    branch: scarthgap
 
 repos:
   meta-arm:
diff --git a/ci/clang.yml b/ci/clang.yml
index b9425fa7..953ade2e 100644
--- a/ci/clang.yml
+++ b/ci/clang.yml
@@ -4,6 +4,7 @@  header:
 repos:
   meta-clang:
     url: https://github.com/kraj/meta-clang
+    branch: master
 
 local_conf_header:
   toolchain: |