Skip to content

Commit

Permalink
Merge pull request #14598 from masterleinad/dont_install_mold
Browse files Browse the repository at this point in the history
Don't install mold linker in CI
  • Loading branch information
drwells committed Dec 21, 2022
2 parents f161e5a + 873520c commit 3a51c72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
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

0 comments on commit 3a51c72

Please sign in to comment.