]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
automation: Fix the Alpine clang builds to use clang
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 26 Feb 2021 11:02:33 +0000 (11:02 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 9 Mar 2021 02:21:55 +0000 (18:21 -0800)
Looks like a copy&paste error.

Fixes: f6e1d8515d7 ("automation: add alpine linux x86 build jobs")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
automation/gitlab-ci/build.yaml

index d00b8a512311ace43ba9ea5bc79a8a728f152d94..23ab81d8922d6de0efa35ab1ff9d5f6d5f65f55a 100644 (file)
@@ -443,13 +443,13 @@ alpine-3.12-gcc-debug:
   allow_failure: true
 
 alpine-3.12-clang:
-  extends: .gcc-x86-64-build
+  extends: .clang-x86-64-build
   variables:
     CONTAINER: alpine:3.12
   allow_failure: true
 
 alpine-3.12-clang-debug:
-  extends: .gcc-x86-64-build-debug
+  extends: .clang-x86-64-build-debug
   variables:
     CONTAINER: alpine:3.12
   allow_failure: true