File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN apk add --no-cache --virtual .build-tools git g++ build-base linux-headers c
29
29
install -d /usr/include/date/ && \
30
30
install -m644 libcron/externals/date/include/date/* /usr/include/date/ && \
31
31
cd .. && \
32
- git clone https://github.com/ToruNiina/toml11 --depth=1 && \
32
+ git clone https://github.com/ToruNiina/toml11 --branch v3.7.1 -- depth=1 && \
33
33
cd toml11 && \
34
34
cmake -DCMAKE_CXX_STANDARD=11 . && \
35
35
make install -j $THREADS && \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cmake -DCMAKE_BUILD_TYPE=Release .
34
34
make libcron install -j2
35
35
cd ..
36
36
37
- git clone https://github.com/ToruNiina/toml11 --depth=1
37
+ git clone https://github.com/ToruNiina/toml11 --branch v3.7.1 -- depth=1 && \
38
38
cd toml11
39
39
cmake -DCMAKE_CXX_STANDARD=11 .
40
40
make install -j4
You can’t perform that action at this time.
0 commit comments