Skip to content

Commit 8272cfe

Browse files
committed
Disable multilib.
1 parent cfc3182 commit 8272cfe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/Dockerfile.tsan

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y \
2525
python3-rtree \
2626
curl \
2727
flex \
28-
gcc-multilib \
29-
g++-multilib \
3028
&& rm -rf /var/lib/apt/lists/* \
3129
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10
3230

@@ -39,7 +37,7 @@ RUN cd / \
3937
&& cd / \
4038
&& mkdir gcc_objdir \
4139
&& cd gcc_objdir \
42-
&& /gcc_sources/configure --prefix=/gcc_install --enable-languages=c,c++ --disable-linux-futex \
40+
&& /gcc_sources/configure --prefix=/gcc_install --enable-languages=c,c++ --disable-linux-futex --disable-multilib \
4341
&& make \
4442
&& make install \
4543
&& cd / \

0 commit comments

Comments
 (0)