aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/docker/README.md
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-02-11 10:20:14 +0100
committerChristian Stenger <christian.stenger@qt.io>2022-02-11 15:44:39 +0000
commitfba9a3514fcf3c1253aa66d9442160d1514a5a92 (patch)
tree8c862b5d833305df007ba7d008bd3e4bf254fd93 /tests/manual/docker/README.md
parent39db18f96870d794004e2d52aa663ea05adf0070 (diff)
Tests: Add some more information to README
Change-Id: I84be21478f26a48cee271836793ff74835d456e9 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests/manual/docker/README.md')
-rw-r--r--tests/manual/docker/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/manual/docker/README.md b/tests/manual/docker/README.md
index d9ef944d46..078127fe60 100644
--- a/tests/manual/docker/README.md
+++ b/tests/manual/docker/README.md
@@ -6,16 +6,15 @@ Limitations:
- Kits themselves need to be fixed up manually.
- Shared mounts are restricted to locations on the host system
that can end up on the same absolute location in the container
-
+- Windows host: Mounted drives cannot be used as shared mounts
What works:
- Qmake in path is found
- CMake in path is found
-- Toolchain autodection finds gcc
-- Gdb in path is found
+- Toolchain autodection finds gcc and clang
+- Gdb and lldb in path are found
-- Building in the container with qmake works
- Building in the container with cmake works
- Running locally or in a compatible docker container works
@@ -30,7 +29,7 @@ For testing:
running ./build.sh. This builds a docker image containing a Desktop Qt
build setup (including compiler etc) and second docker image container
containing a run environment without the build tools, but e.g. with gdb
- for debugger testing
+ for debugger testing and a third containing clang and lldb
- or -