From 97d4d13c7712292b0291d325c8e9bfc7645d58c8 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Wed, 9 Aug 2023 10:28:35 -0400 Subject: [PATCH] jjb: librseq: fix clang job for deb12 Change-Id: I956bd4c257f0017372343090bb296da3a37abe39 Signed-off-by: Michael Jeanson --- jobs/librseq.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 15e5c7d..ccb9abb 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -324,20 +324,13 @@ 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] -- 2.34.1