mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 10:10:14 +01:00
gitlab-ci: simplify meson job names
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Acked-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
43f1546420
commit
043b54a35d
1 changed files with 4 additions and 4 deletions
|
|
@ -126,7 +126,7 @@ debian:
|
|||
# We also put softpipe (and therefore gallium nine, which requires
|
||||
# it) here, since softpipe/llvmpipe can't be built alongside classic
|
||||
# swrast.
|
||||
meson-gallium-swr:
|
||||
meson-swr:
|
||||
extends: .meson-build
|
||||
variables:
|
||||
UNWIND: "true"
|
||||
|
|
@ -227,7 +227,7 @@ meson-glvnd:
|
|||
-D gallium-nine=false
|
||||
-D gallium-opencl=disabled
|
||||
|
||||
meson-gallium-clover-llvm:
|
||||
meson-clover-llvm:
|
||||
extends: .meson-build
|
||||
variables:
|
||||
UNWIND: "true"
|
||||
|
|
@ -246,8 +246,8 @@ meson-gallium-clover-llvm:
|
|||
-D gallium-opencl=icd
|
||||
GALLIUM_DRIVERS: "r600,radeonsi"
|
||||
|
||||
meson-gallium-clover-llvm39:
|
||||
extends: meson-gallium-clover-llvm
|
||||
meson-clover-llvm39:
|
||||
extends: meson-clover-llvm
|
||||
variables:
|
||||
GALLIUM_DRIVERS: "i915,r600"
|
||||
LLVM_VERSION: "3.9"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue