From 74d140dc2ee780ff464d7d93edf0fd9fcf77ef10 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Sun, 19 Jan 2025 16:48:55 +0100 Subject: [PATCH] Fix incorrect Bazel call GitOrigin-RevId: 7ad471071d9410c50f446deb07a2d98ccd0c11cf --- devertexwahn/ci/ubuntu-22.04-clang19.yaml | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/devertexwahn/ci/ubuntu-22.04-clang19.yaml b/devertexwahn/ci/ubuntu-22.04-clang19.yaml index b65e4e5f..22185af1 100644 --- a/devertexwahn/ci/ubuntu-22.04-clang19.yaml +++ b/devertexwahn/ci/ubuntu-22.04-clang19.yaml @@ -46,34 +46,34 @@ steps: # fastbuild - script: | cd devertexwahn - bazel build --config=clang19 -- bazel build --config=clang19 -- //core/... //imaging/... //flatland/... - displayName: 'Bazel build clang14-fastbuild' + bazel build --config=clang19 -- //core/... //imaging/... //flatland/... + displayName: 'Bazel build clang19-fastbuild' - script: | cd devertexwahn - bazel test --config=clang19 -- bazel build --config=clang19 -- //core/... //imaging/... //flatland/... - displayName: 'Bazel test clang14-fastbuild' + bazel test --config=clang19 -- //core/... //imaging/... //flatland/... + displayName: 'Bazel test clang19-fastbuild' # dbg - script: | cd devertexwahn - bazel build --config=clang19 --compilation_mode=dbg -- bazel build --config=clang19 -- //core/... //imaging/... //flatland/... - displayName: 'Bazel build clang14-dbg' + bazel build --config=clang19 --compilation_mode=dbg -- //core/... //imaging/... //flatland/... + displayName: 'Bazel build clang19-dbg' - script: | cd devertexwahn - bazel test --config=clang19 --compilation_mode=dbg -- bazel build --config=clang19 -- //core/... //imaging/... //flatland/... - displayName: 'Bazel test clang14-dbg' + bazel test --config=clang19 --compilation_mode=dbg -- //core/... //imaging/... //flatland/... + displayName: 'Bazel test clang19-dbg' - script: | cd devertexwahn - bazel build --config=clang19 --compilation_mode=opt -- bazel build --config=clang19 -- //core/... //imaging/... //flatland/... - displayName: 'Bazel build clang14-opt' + bazel build --config=clang19 --compilation_mode=opt -- //core/... //imaging/... //flatland/... + displayName: 'Bazel build clang19-opt' - script: | cd devertexwahn - bazel test --config=clang19 --compilation_mode=opt -- bazel build --config=clang19 -- //core/... //imaging/... //flatland/... - displayName: 'Bazel test clang14-opt' + bazel test --config=clang19 --compilation_mode=opt -- //core/... //imaging/... //flatland/... + displayName: 'Bazel test clang194-opt' - script: | df