Disable Docker-based test servers on Windows temporarily
The coin agent starts to crash after the docker-compose call. Need to have qt5 dev integrated first, then fix the real issue later. Task-number: QTQAINFRA-2717 Task-number: QTQAINFRA-2750 Change-Id: I255c0c10466cc9413ca41c756ebdb7c049511507 Reviewed-by: Aapo Keskimolo <aapo.keskimolo@qt.io>
This commit is contained in:
parent
5dd09b75cb
commit
17512d497d
@ -58,9 +58,9 @@ debug_and_release:!build_pass: return()
|
|||||||
|
|
||||||
DOCKER_ENABLED = 1
|
DOCKER_ENABLED = 1
|
||||||
|
|
||||||
equals(QMAKE_HOST.os, Darwin) {
|
equals(QMAKE_HOST.os, Darwin) | equals(QMAKE_HOST.os, Windows) {
|
||||||
DOCKER_ENABLED = 0
|
DOCKER_ENABLED = 0
|
||||||
message("Not using docker network test server on macOS, see QTQAINFRA-2717 and QTQAINFRA-2750")
|
message("Not using docker network test server on macOS and Windows, see QTQAINFRA-2717 and QTQAINFRA-2750")
|
||||||
}
|
}
|
||||||
|
|
||||||
TESTSERVER_VERSION = ""
|
TESTSERVER_VERSION = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user