aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-10-09 23:39:04 +0100
committerSergio Martins <smartins@kde.org>2019-10-09 23:39:04 +0100
commitbd8e823f058d19d51830d9c1a780526b3f87069b (patch)
treeabf1ae3a5506723e5144c7743aae7fe9f98d62bd
parent3d4b6abfd8373a130d476ea795c9c09dcd17b0f7 (diff)
tests: Update comment about running docker for fedora
-rw-r--r--tests/docker/images/clazy-fedora-31/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/images/clazy-fedora-31/Dockerfile b/tests/docker/images/clazy-fedora-31/Dockerfile
index 22c2a2ae..99ce275e 100644
--- a/tests/docker/images/clazy-fedora-31/Dockerfile
+++ b/tests/docker/images/clazy-fedora-31/Dockerfile
@@ -1,6 +1,6 @@
# This Dockerfile creates the container for testing on Fedora
# You can run, for example: clazy/tests/docker/test_docker.py -b 1.6 , which will run the tests in all containers
-# Or explicitly: docker run -i -t iamsergio/clazy-fedora-31 sh /root/clazy/tests/docker/build-clazy.sh 1.6 -j12 none /usr
+# Or explicitly: docker run -i -t iamsergio/clazy-fedora-31 sh /root/clazy/tests/docker/build-clazy.sh 1.6 -j12 none /usr -DLINK_CLAZY_TO_LLVM=OFF
FROM fedora:31
MAINTAINER Sergio Martins (sergio.martins@kdab.com)