Skip to content

Commit

Permalink
remove bugged step
Browse files Browse the repository at this point in the history
  • Loading branch information
tbittar committed Dec 17, 2024
1 parent c0c0bdc commit 4252b5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: archive/*.tar.gz
name: antares-9.2.0-rc4-CentOS-7.9.2009.tar.gz
name: antares-9.2.0-rc7-debug-CentOS-7.9.2009.tar.gz


- name: Cache vcpkg binary dir
Expand Down
22 changes: 11 additions & 11 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ RUN source /opt/rh/devtoolset-11/enable && \
RUN cd _build && \
cpack -G RPM

#Solver archive creation
RUN cd _build && \
cpack -G RPM

RUN cd _build && \
cmake --install . --prefix install && \
pushd . && \
cd install/bin && \
tar czf ../../antares-solver_centos7.tar.gz antares-solver libsirius_solver.so && \
popd && \
rm -rf install
# #Solver archive creation
# RUN cd _build && \
# cpack -G RPM

# RUN cd _build && \
# cmake --install . --prefix install && \
# pushd . && \
# cd install/bin && \
# tar czf ../../antares-solver_centos7.tar.gz antares-solver libsirius_solver.so && \
# popd && \
# rm -rf install

#.tar.gz creation
RUN cd _build && \
Expand Down

0 comments on commit 4252b5d

Please sign in to comment.