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 cfc3182 commit 8272cfeCopy full SHA for 8272cfe
build/Dockerfile.tsan
@@ -25,8 +25,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
25
python3-rtree \
26
curl \
27
flex \
28
- gcc-multilib \
29
- g++-multilib \
30
&& rm -rf /var/lib/apt/lists/* \
31
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10
32
@@ -39,7 +37,7 @@ RUN cd / \
39
37
&& cd / \
40
38
&& mkdir gcc_objdir \
41
&& cd gcc_objdir \
42
- && /gcc_sources/configure --prefix=/gcc_install --enable-languages=c,c++ --disable-linux-futex \
+ && /gcc_sources/configure --prefix=/gcc_install --enable-languages=c,c++ --disable-linux-futex --disable-multilib \
43
&& make \
44
&& make install \
45
0 commit comments