Skip to content

Commit

Permalink
[infra] Enable nnpackage_run build on x64 runtime build (Samsung#9022)
Browse files Browse the repository at this point in the history
This commit enables nnpackage_run on x64 runtime build test script.

Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Apr 25, 2022
1 parent 25adb02 commit 75bf98e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions infra/scripts/docker_build_test_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ pushd $ROOT_PATH > /dev/null
export DOCKER_ENV_VARS
export DOCKER_VOLUMES
export BUILD_OPTIONS
# Disable nnpackage_run build: mismatch between buildtool for CI and installed hdf5
CMD="export OPTIONS='-DBUILD_NNPACKAGE_RUN=OFF $BUILD_OPTIONS' && \
export BUILD_TYPE=Release && \

CMD="export BUILD_TYPE=Release && \
cp -nv Makefile.template Makefile && \
make all install build_test_suite"
./nnfw docker-run bash -c "$CMD"
Expand Down

0 comments on commit 75bf98e

Please sign in to comment.