Skip to content

Commit 3124433

Browse files
authored
Merge branch 'OnnxRuntime_set_allocator' into ck-dockerisms
2 parents 8f92cd8 + a0ec6c3 commit 3124433

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

opt/build/onnxruntime/Dockerfile.x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN apt-get install -y locales && \
2424

2525
WORKDIR /build
2626

27-
2827
ARG BUILDTYPE=RelWithDebInfo
28+
2929
ARG BUILDARGS="--config ${BUILDTYPE} --parallel"
3030

3131
RUN git clone --single-branch --branch rel-${ONNXRUNTIME_VER} ${ONNXRUNTIME_REPO} onnxruntime

opt/build/onnxruntime/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VER="$1"
55
PLATFORM="$2"
66

77
mkdir -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/
99
cp onnxruntime/docs/C_API.md pack/
1010
cp onnxruntime/LICENSE pack/
1111
cp onnxruntime/README.md pack/

0 commit comments

Comments
 (0)