We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93154e7 commit a77312eCopy full SHA for a77312e
tests/docker/dockerfiles/ubuntu2004.docker
@@ -65,9 +65,6 @@ RUN apt-get update && \
65
RUN dpkg -l $PACKAGES | sort > /packages.txt
66
ENV FEATURES clang tsan pyyaml sdl2
67
68
-# https://bugs.launchpad.net/qemu/+bug/1838763
69
-ENV QEMU_CONFIGURE_OPTS --disable-libssh
70
-
71
# Apply patch https://reviews.llvm.org/D75820
72
# This is required for TSan in clang-10 to compile with QEMU.
73
RUN sed -i 's/^const/static const/g' /usr/lib/llvm-10/lib/clang/10.0.0/include/sanitizer/tsan_interface.h
0 commit comments