Skip to content

Commit

Permalink
Revert "Add mold linker to ci-images"
Browse files Browse the repository at this point in the history
This reverts commit ca24104.
  • Loading branch information
fsimonis committed Feb 29, 2024
1 parent ca24104 commit b421a49
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion ci-archlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN pacman -Syu --needed --noconfirm \
git \
libxml2 \
make \
mold \
ninja \
python \
python-numpy \
Expand Down
1 change: 0 additions & 1 deletion ci-fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ RUN dnf -y update && \
redhat-lsb-core \
boost-devel \
mpich-devel \
mold \
ninja-build \
petsc-mpich-devel \
eigen3-devel \
Expand Down
3 changes: 0 additions & 3 deletions ci-ubuntu-2004.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ RUN apt-get -qq update && \
wget \
&& rm -rf /var/lib/apt/lists/*

COPY ubuntu/mold-install /usr/local/bin/mold-install
RUN mold-install && mold --version

CMD ["/bin/bash", "--login"]
3 changes: 0 additions & 3 deletions ci-ubuntu-2204.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ RUN apt-get -qq update && \
wget \
&& rm -rf /var/lib/apt/lists/*

COPY ubuntu/mold-install /usr/local/bin/mold-install
RUN mold-install && mold --version

# Environment variables are set in the .env file
COPY --chown=root:root ginkgo/99-ginkgo-env.sh /etc/profile.d/
COPY ginkgo/ginkgo-install.sh ginkgo-install.sh
Expand Down
1 change: 0 additions & 1 deletion ci-ubuntu-2404.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN apt-get -qq update && \
libeigen3-dev \
libxml2-dev \
lintian \
mold \
lsb-release \
ninja-build \
petsc-dev \
Expand Down
9 changes: 0 additions & 9 deletions ubuntu/mold-install

This file was deleted.

0 comments on commit b421a49

Please sign in to comment.