From e359957376d14f9e24f32de8307c7a2018b7a0a6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 11 Apr 2024 13:32:56 -0500 Subject: [PATCH] OpenSuSE LEAP 15.6 is not GA yet --- build.xsh | 1 + distros/opensuse/supports.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.xsh b/build.xsh index 81919ee..d129fe7 100755 --- a/build.xsh +++ b/build.xsh @@ -84,6 +84,7 @@ if args.all or args.list or (args.distro and args.version and args.build): with open(".gitlab-ci-build.yml.in", "r") as fp: y = load(fp, Loader=Loader) for item in my_list: + print(item) if item.is_github: y[ item.only[6:] ]["parallel"]["matrix"].append({"distro": item.var_path}) with open(".gitlab-ci-build.yml", "w") as fp: diff --git a/distros/opensuse/supports.yml b/distros/opensuse/supports.yml index a709f30..06d713d 100644 --- a/distros/opensuse/supports.yml +++ b/distros/opensuse/supports.yml @@ -1,4 +1,4 @@ -15.6: &supp +15.5: &supp - arch: amd64 provider: qemu - arch: amd64 @@ -7,5 +7,5 @@ provider: vmware-iso - arch: amd64 provider: hyperv-iso -15.5: *supp +15.6: tumbleweed: *supp