jjb: librseq: fix clang job for deb12
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 9 Aug 2023 14:28:35 +0000 (10:28 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 9 Aug 2023 21:25:33 +0000 (17:25 -0400)
Change-Id: I956bd4c257f0017372343090bb296da3a37abe39
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/librseq.yaml

index 15e5c7df11802fbcf023dab69c5d63a3aecb280d..ccb9abb0dd10b9f7ab35557c8bb3f096606ad745 100644 (file)
           builds: !!python/tuple [std, oot, dist, oot-dist]
           confs: !!python/tuple [std, static]
           touchstone: '(build == "std") && (conf == "std")'
-      - 'librseq_{version}_{cctype}':
-          cctype: gccbuild
-          platforms: !!python/tuple [deb12-amd64]
-          builds: !!python/tuple [std]
-          confs: !!python/tuple [std, static]
-          ccs: !!python/tuple [gcc-9, gcc-10, gcc-11, gcc-12]
-          touchstone: '(build == "std") && (conf == "std") && (cc == "gcc-11")'
       - 'librseq_{version}_{cctype}':
           cctype: clangbuild
           platforms: !!python/tuple [deb12-amd64]
           builds: !!python/tuple [std]
           confs: !!python/tuple [std, static]
-          ccs: !!python/tuple [clang-11, clang-12, clang-13, clang-14]
-          touchstone: '(build == "std") && (conf == "std") && (cc == "clang-14")'
+          ccs: !!python/tuple [clang-13, clang-14, clang-15]
+          touchstone: '(build == "std") && (conf == "std") && (cc == "clang-15")'
       - 'librseq_{version}_{buildtype}':
           buildtype: portbuild
           platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
This page took 0.02426 seconds and 4 git commands to generate.