updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
f1bb88624b
commit
4fafc17b90
@ -882,8 +882,8 @@ RUN if [ -f "/3rd_party/wxWidgets-${MY_WXWIDGETS_VERSION}.tar.bz2" ]; then \
|
||||
|
||||
ARG CXXOPTS_VERSION
|
||||
ENV MY_CXXOPTS_VERSION=${CXXOPTS_VERSION}
|
||||
RUN if [ -f "/3rd_party/cxxopts-${MY_CXXOPTS_VERSION}.tar.gz" ]; then \
|
||||
tar xvzf /3rd_party/cxxopts-${MY_CXXOPTS_VERSION}.tar.gz \
|
||||
RUN if [ -f "/3rd_party/cxxopts-v${MY_CXXOPTS_VERSION}.tar.gz" ]; then \
|
||||
tar xvzf /3rd_party/cxxopts-v${MY_CXXOPTS_VERSION}.tar.gz \
|
||||
&& cd cxxopts-${MY_CXXOPTS_VERSION} \
|
||||
&& mkdir _build \
|
||||
&& cd _build \
|
||||
|
Loading…
x
Reference in New Issue
Block a user