Skip to content

Commit b9401fd

Browse files
committed
shared:dockerfiles:fix
1 parent 7f2218c commit b9401fd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

shared/dockerfiles/gql-darwin

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ COPY cpp/gql/ ./
1212
RUN --mount=type=bind,from=osxcross,source=/osxcross,target=/osxcross \
1313
CC=$(cat /tmp/arch.txt)-apple-darwin24.5-clang \
1414
CXX=$(cat /tmp/arch.txt)-apple-darwin24.5-clang++ \
15-
cmake
16-
-DCMAKE_BUILD_TYPE=Release
17-
-DCMAKE_CXX_FLAGS="-mmacos-version-min=15.0"
18-
-DGQL_BUILD_TESTS=OFF
19-
-S .
15+
cmake \
16+
-DCMAKE_BUILD_TYPE=Release \
17+
-DCMAKE_CXX_FLAGS="-mmacos-version-min=15.0" \
18+
-DGQL_BUILD_TESTS=OFF \
19+
-S . \
2020
-B build && \
2121
cmake --build build --parallel 4
2222

0 commit comments

Comments
 (0)