mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 12:30:09 +01:00
ci: disable vs2019 windows build
Failing with : error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/auth: open //./pipe/docker_engine: The system cannot find the file specified. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14509>
This commit is contained in:
parent
912acbf963
commit
567a9550d7
3 changed files with 5 additions and 5 deletions
|
|
@ -575,7 +575,7 @@ debian/arm_test:
|
|||
MESA_IMAGE_TAG: "2021-11-19-piglit-uprev"
|
||||
MESA_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/$MESA_IMAGE_PATH:${MESA_IMAGE_TAG}"
|
||||
|
||||
windows_build_vs2019:
|
||||
.windows_build_vs2019:
|
||||
inherit:
|
||||
default: false
|
||||
extends:
|
||||
|
|
@ -1043,7 +1043,7 @@ debian-clang:
|
|||
CC: clang
|
||||
CXX: clang++
|
||||
|
||||
windows-vs2019:
|
||||
.windows-vs2019:
|
||||
extends:
|
||||
- .build-windows
|
||||
- .use-windows_build_vs2019
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
- summary/
|
||||
- result.txt
|
||||
|
||||
test-d3d12-quick_gl:
|
||||
.test-d3d12-quick_gl:
|
||||
extends:
|
||||
- .d3d12-test-piglit
|
||||
variables:
|
||||
|
|
@ -32,7 +32,7 @@ test-d3d12-quick_gl:
|
|||
PIGLIT_RESULTS: "d3d12-quick_gl"
|
||||
PIGLIT_TESTS: -x nv_copy_depth_to_color -x glsl-1.30.execution.tex-miplevel-selection -x arb_timer_query.timestamp-get
|
||||
|
||||
test-d3d12-quick_shader:
|
||||
.test-d3d12-quick_shader:
|
||||
extends:
|
||||
- .d3d12-test-piglit
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
test-spirv2dxil-windows:
|
||||
.test-spirv2dxil-windows:
|
||||
extends:
|
||||
- .build-windows
|
||||
- .use-windows_build_vs2019
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue