Skip to content

Commit 6673362

Browse files
Merge pull request #57 from aurora-multiphysics/docker-retain-wmake
Retain wmake when stripping sources to allow dynamic code generation
2 parents 5aca917 + a053559 commit 6673362

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build-test:
1212
runs-on: ubuntu-latest
1313
container:
14-
image: quay.io/ukaea/hippo:e61505f86052be9bb6a5
14+
image: quay.io/ukaea/hippo:832fedfb59feaa9d14dc
1515

1616
steps:
1717
- uses: actions/checkout@v4

scripts/install-openfoam.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,4 @@ if [ ${STRIP_SOURCES} -eq 1 ]; then
116116
rm -rf "${OPENFOAM_DIR}/platforms/${WM_OPTIONS}/src"
117117
rm -rf "${OPENFOAM_DIR}/test/"
118118
rm -rf "${OPENFOAM_DIR}/tutorials/"
119-
rm -rf "${OPENFOAM_DIR}/wmake/"
120119
fi

0 commit comments

Comments
 (0)