Skip to content

Commit

Permalink
Merge pull request #159 from eslickj/main
Browse files Browse the repository at this point in the history
Fix extensions platform names in build docker files
  • Loading branch information
John Eslick committed Apr 5, 2022
2 parents 09bd106 + 73430fa commit 7925874
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/build-extensions/el7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN cd repo; \
# Build all the things
##
RUN pwd; cd repo/idaes-ext; \
bash scripts/compile_solvers.sh centos7; \
bash scripts/compile_libs.sh centos7
bash scripts/compile_solvers.sh el7; \
bash scripts/compile_libs.sh el7
4 changes: 2 additions & 2 deletions docker/build-extensions/el8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN cd repo; \
# Build all the things
##
RUN pwd; cd repo/idaes-ext; \
bash scripts/compile_solvers.sh rockylinux8; \
bash scripts/compile_libs.sh rockylinux8
bash scripts/compile_solvers.sh el8; \
bash scripts/compile_libs.sh el8

0 comments on commit 7925874

Please sign in to comment.