Skip to content

Commit 92a7639

Browse files
committed
boost-json: fix broken build
1 parent 8d63be5 commit 92a7639

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

projects/boost-json/Dockerfile

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,30 @@ RUN ls
2222
RUN git -C boost submodule update --init libs/json
2323
RUN git -C boost/libs/json checkout develop
2424
RUN git -C boost submodule update --init --depth 1 \
25-
libs/align/ \
26-
libs/assert \
27-
libs/config/ \
28-
libs/container \
29-
libs/container_hash/ \
30-
libs/core \
31-
libs/describe \
32-
libs/endian \
33-
libs/headers/ \
34-
libs/intrusive/ \
35-
libs/move/ \
36-
libs/mp11/ \
37-
libs/predef/ \
38-
libs/static_assert \
39-
libs/system/ \
40-
libs/throw_exception/ \
41-
libs/type_traits/ \
42-
libs/winapi/ \
43-
libs/variant2/ \
44-
tools/boost_install \
45-
tools/build
25+
libs/align \
26+
libs/assert \
27+
libs/config \
28+
libs/core \
29+
libs/static_assert \
30+
libs/type_traits \
31+
libs/predef \
32+
libs/headers
33+
RUN git -C boost submodule update --init --depth 1 \
34+
libs/compat \
35+
libs/system \
36+
libs/throw_exception \
37+
libs/winapi \
38+
libs/variant2 \
39+
libs/move \
40+
libs/endian
41+
RUN git -C boost submodule update --init --depth 1 \
42+
libs/container \
43+
libs/container_hash \
44+
libs/intrusive \
45+
libs/describe \
46+
libs/mp11 \
47+
tools/boost_install \
48+
tools/build
4649

4750
WORKDIR boost
4851
COPY build.sh $SRC/

0 commit comments

Comments
 (0)