File tree Expand file tree Collapse file tree 1 file changed +24
-21
lines changed
Expand file tree Collapse file tree 1 file changed +24
-21
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,30 @@ RUN ls
2222RUN git -C boost submodule update --init libs/json
2323RUN git -C boost/libs/json checkout develop
2424RUN 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
4750WORKDIR boost
4851COPY build.sh $SRC/
You can’t perform that action at this time.
0 commit comments