Skip to content

Commit

Permalink
Merge pull request #1068 from julien-tierny/ci
Browse files Browse the repository at this point in the history
[ci] downgrading clang to version 18 under windows
  • Loading branch information
julien-tierny authored Sep 24, 2024
2 parents 12c6f7d + b05b721 commit 6617ff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
conda install -c conda-forge "qt>=5.12" \
libboost-devel glew eigen spectralib zfp \
sqlite scikit-learn graphviz ninja python=3.10 zlib qhull \
llvm-openmp clangxx
llvm-openmp clangxx=18
# add TTK & ParaView install folders to PATH
echo "$PV_DIR/bin" >> $GITHUB_PATH
echo "$TTK_DIR/bin" >> $GITHUB_PATH
Expand Down Expand Up @@ -480,7 +480,7 @@ jobs:
conda install -c conda-forge "qt>=5.12" \
libboost-devel glew eigen spectralib zfp \
sqlite scikit-learn graphviz ninja python=3.10 zlib qhull \
llvm-openmp clangxx
llvm-openmp clangxx=18
# add TTK & ParaView install folders to PATH
echo "$PV_DIR/bin" >> $GITHUB_PATH
echo "$TTK_DIR/bin" >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
run: |
conda install -c conda-forge libboost-devel glew eigen spectralib zfp \
sqlite scikit-learn graphviz ninja python=3.10 zlib qhull \
llvm-openmp clangxx
llvm-openmp clangxx=18
# add TTK & ParaView install folders to PATH
echo "$PV_DIR/bin" >> $GITHUB_PATH
echo "$TTK_DIR/bin" >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ COPY pkg/spectra.sh /tmp
RUN install-helper /tmp/spectra.sh

# install ParaView
ARG paraview=5.10.1
ARG paraview=5.13.0
ENV PARAVIEW_VERSION=${paraview}

COPY pkg/paraview.sh /tmp
Expand Down

0 comments on commit 6617ff5

Please sign in to comment.