Skip to content

Commit cd217d2

Browse files
committed
build(docker): avoid MeshToPolyData build of wasm pipelines
The WebAssemblyInterface module is not yet available.
1 parent 33176da commit cd217d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const defaultImageTag = '20250619-3165ade4'
1+
const defaultImageTag = '20250813-c7eda6c7'
22
export default defaultImageTag

src/docker/itk-wasm-base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ ENV ITKMeshToPolyData_GIT_TAG=45454052790b9f01bc1e1baf0e9400f68a3f1363
102102
RUN git clone https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData.git && \
103103
cd ITKMeshToPolyData && \
104104
git checkout ${ITKMeshToPolyData_GIT_TAG} && \
105+
echo "" > wasm/CMakeLists.txt && \
105106
cd / && \
106107
mkdir ITKMeshToPolyData-build && \
107108
cd ITKMeshToPolyData-build && \

0 commit comments

Comments
 (0)