Skip to content

Commit

Permalink
Fix CentOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pet-mit committed Feb 13, 2025
1 parent 27a6bd3 commit 80720be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN cd /applis &&\
zipfile=centos-7_sirius-solver.zip &&\
wget https://github.com/rte-france/sirius-solver/releases/download/${SIRIUS_RELEASE_TAG}/$zipfile &&\
unzip $zipfile && rm $zipfile &&\
mv centos-7_sirius-solver-install sirius_install &&\
mv install sirius_install &&\
echo "export LD_LIBRARY_PATH=$PWD/sirius_install/lib::$LD_LIBRARY_PATH" >> /etc/bashrc &&\
echo "SIRIUS_CMAKE_DIR=$PWD/sirius_install/cmake" >> /etc/bashrc

Expand Down

0 comments on commit 80720be

Please sign in to comment.