File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ jobs:
162162 - run :
163163 name : Submodule checkout
164164 command : git submodule update --init --recursive
165- - restore_cache :
166- keys :
167- - build-dependencies-{{ checksum "get_deps.sh" }}
165+ # - restore_cache:
166+ # keys:
167+ # - build-dependencies-{{ checksum "get_deps.sh" }}
168168 # If no exact match is found will get dependencies from source
169169 - setup-automation
170170 - run :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN apt-get install -y locales && \
2828WORKDIR /build
2929
3030ADD ./pack.sh /build/
31- ARG BUILDTYPE=RelWithDebInfo
31+ ARG BUILDTYPE=Debug
3232ARG BUILDARGS="--config ${BUILDTYPE} --parallel"
3333
3434RUN git clone --single-branch --branch rel-${ONNXRUNTIME_VER} --recursive ${ONNXRUNTIME_REPO} onnxruntime
Original file line number Diff line number Diff line change 55PLATFORM=" $2 "
66
77mkdir -p pack/include pack/lib
8- cp onnxruntime/build/Linux/RelWithDebInfo /libonnxruntime.so.${VER} pack/lib/
8+ cp onnxruntime/build/Linux/Debug /libonnxruntime.so.${VER} pack/lib/
99cp onnxruntime/docs/C_API.md pack/
1010cp onnxruntime/LICENSE pack/
1111cp onnxruntime/README.md pack/
You can’t perform that action at this time.
0 commit comments