Skip to content

Commit

Permalink
automation: Fix the Alpine clang builds to use clang
Browse files Browse the repository at this point in the history
Looks like a copy&paste error.

Fixes: f6e1d85 ("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>
  • Loading branch information
andyhhp authored and sstabellini committed Mar 9, 2021
1 parent 5ee8e36 commit 682edc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/gitlab-ci/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 682edc9

Please sign in to comment.