Skip to content

Commit

Permalink
Update mold to v2.1.0 (#88)
Browse files Browse the repository at this point in the history
* Update Dockerfile.ubuntu

* Update Dockerfile.centos8

* Update Dockerfile.centos7

* Update Dockerfile.centos8

* Update Dockerfile.ubuntu

* Update Dockerfile.centos7

* Update Dockerfile.centos7
  • Loading branch information
Shinji-IkariG authored Jun 20, 2024
1 parent 68b0e1b commit 3ced5ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN pip3 install --no-cache-dir fastcov
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash

#Install mold
RUN mkdir /usr/local/mold && wget -qO- https://oss-cdn.nebula-graph.com.cn/toolset/mold/mold-1.10.1-$(uname -m)-linux.tar.gz | tar xzf - --strip-components=1 -C /usr/local/mold/ \
RUN mkdir /usr/local/mold && wget -qO- https://oss-cdn.nebula-graph.com.cn/toolset/mold/mold-2.1.0-$(uname -m)-linux.tar.gz | tar xzf - --strip-components=1 -C /usr/local/mold/ \
&& ln -snf /opt/vesoft/toolset/gcc/9.3.0/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so.6
ENV PATH=/usr/local/mold/bin:${PATH}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.centos8
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ RUN pip3 install --no-cache-dir fastcov
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash

#Install mold
RUN mkdir /usr/local/mold && wget -qO- https://github.com/rui314/mold/releases/download/v1.10.1/mold-1.10.1-$(uname -m)-linux.tar.gz | tar xzf - --strip-components=1 -C /usr/local/mold/
RUN mkdir /usr/local/mold && wget -qO- https://github.com/rui314/mold/releases/download/v2.1.0/mold-2.1.0-$(uname -m)-linux.tar.gz | tar xzf - --strip-components=1 -C /usr/local/mold/
ENV PATH=/usr/local/mold/bin:${PATH}

#Install minio client
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ RUN pip3 install --no-cache-dir fastcov
RUN curl https://gosspublic.alicdn.com/ossutil/install.sh | bash

#Install mold
RUN mkdir /usr/local/mold && wget -qO- https://github.com/rui314/mold/releases/download/v1.10.1/mold-1.10.1-$(uname -m)-linux.tar.gz | tar xzf - --strip-components=1 -C /usr/local/mold/
RUN mkdir /usr/local/mold && wget -qO- https://github.com/rui314/mold/releases/download/v2.1.0/mold-2.1.0-$(uname -m)-linux.tar.gz | tar xzf - --strip-components=1 -C /usr/local/mold/
ENV PATH=/usr/local/mold/bin:${PATH}

#Install minio client
Expand Down

0 comments on commit 3ced5ea

Please sign in to comment.