Message ID | 20250522124202.2127221-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | Revert "CI: use walnascar branches" | expand |
On Thu, 22 May 2025 13:42:02 +0100, Ross Burton wrote: > This switches CI back to using the master branches. > > Currently there are two known failures: > - sbsa-ref > - perf on musl > > This reverts commit e0c1f0f94a3e3827f1e8bf0922b62617fd0c073f. > > [...] Applied, thanks! [1/1] Revert "CI: use walnascar branches" commit: fe6aa835ef08b8a89be11a30559c0cb8e1ce8590 Best regards,
diff --git a/ci/base.yml b/ci/base.yml index 584b14eb..fc182092 100644 --- a/ci/base.yml +++ b/ci/base.yml @@ -7,7 +7,7 @@ distro: poky defaults: repos: - branch: walnascar + branch: master repos: meta-arm: diff --git a/ci/meta-virtualization.yml b/ci/meta-virtualization.yml index d699d70a..c0ba70ba 100644 --- a/ci/meta-virtualization.yml +++ b/ci/meta-virtualization.yml @@ -8,4 +8,3 @@ header: repos: meta-virtualization: url: https://git.yoctoproject.org/meta-virtualization - branch: master
This switches CI back to using the master branches. Currently there are two known failures: - sbsa-ref - perf on musl This reverts commit e0c1f0f94a3e3827f1e8bf0922b62617fd0c073f. Signed-off-by: Ross Burton <ross.burton@arm.com> --- ci/base.yml | 2 +- ci/meta-virtualization.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)