Skip to content

Commit 49db728

Browse files
committed
Fix soft link.
1 parent 8272cfe commit 49db728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile.tsan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN cd / \
4343
&& cd / \
4444
&& rm -rf gcc_sources \
4545
&& rm -rf gcc_objdir \
46-
&& cd /gcc_install \
46+
&& cd /gcc_install/bin \
4747
&& ln -s gcc cc
4848

4949
# Ensure that ccache uses the built gcc

0 commit comments

Comments
 (0)