Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't install mold linker in CI #14598

Merged
merged 1 commit into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
libraries: container iostreams python serialization system thread
platform: x64
configuration: Release
- name: Install mold linker
uses: rui314/setup-mold@v1
with:
make-default: false
- name: configure deal.II
run: |
mkdir build
Expand Down Expand Up @@ -89,10 +85,6 @@ jobs:
petsc-dev \
libmetis-dev \
libhdf5-mpi-dev
- name: Install mold linker
uses: rui314/setup-mold@v1
with:
make-default: false
- name: info
run: |
mpicc -v
Expand Down Expand Up @@ -168,10 +160,6 @@ jobs:
numdiff \
openmpi-bin \
libboost-all-dev
- name: Install mold linker
uses: rui314/setup-mold@v1
with:
make-default: false
- name: info
run: |
mpicc -v
Expand Down Expand Up @@ -266,10 +254,6 @@ jobs:
intel-oneapi-mkl-devel \
intel-oneapi-tbb-devel
sudo apt-get clean
- name: Install mold linker
uses: rui314/setup-mold@v1
with:
make-default: false
- name: info
run: |
source /opt/intel/oneapi/setvars.sh
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: |
g++ -v
cmake --version
- name: Install mold linker
uses: rui314/setup-mold@v1
with:
make-default: false
- name: configure
run: |
cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_EARLY_DEPRECATIONS=ON .
Expand Down Expand Up @@ -68,10 +64,6 @@ jobs:
#export OMPI_CXX=g++
#export OMPI_CC=gcc
#export OMPI_FC=gfortran
- name: Install mold linker
uses: rui314/setup-mold@v1
with:
make-default: false
- name: info
run: |
mpicxx -v
Expand Down