Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.0, Qt Creator 10.0.1
-
None
-
-
f29b54d8a (11.0)
Description
I have added a Docker Device as described here: https://doc.qt.io/qtcreator/creator-adding-docker-devices.html. I am able to build my project in the Docker container. Tests are discovered (google test) but when I try to run them they fail with an error "/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found". I think this is because Autotest tries to execute them on the host but not in the container. If I run the test executable via Qt Creator directly it runs fine in the container.