Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit 54fb2d8

Browse files
Build dockerfile installs to two places
1 parent f129fa9 commit 54fb2d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/build.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ COPY . /workspace
1212
WORKDIR /workspace
1313

1414
# Configure with release preset and build
15+
# Install to both /usr/local and /iowarp-runtime for flexibility
1516
RUN cmake --preset release && \
1617
cmake --build build -j$(nproc) && \
1718
cmake --install build --prefix /usr/local && \
19+
cmake --install build --prefix /iowarp-runtime && \
1820
rm -rf /workspace
1921

2022
# Set default working directory

0 commit comments

Comments
 (0)