Skip to content

Commit

Permalink
[release/1.8.0] Fix runtime makefile for packaging (#3771)
Browse files Browse the repository at this point in the history
Fix packaging error by removed directory "tests"

Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Aug 11, 2020
1 parent f0f5590 commit 7ad7c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.template
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ runtime_tar_internal: $(TIMESTAMP_BUILD) install_internal
tar -zcf $(WORKSPACE)/nnfw-package.tar.gz -C $(INSTALL_PATH) lib
tar -zcf $(WORKSPACE)/nnfw-devel-package.tar.gz -C $(INSTALL_PATH) include/nnfw
tar -zcf $(WORKSPACE)/nnfw-plugin-devel-package.tar.gz -C $(INSTALL_PATH) include/onert
tar -zcf $(WORKSPACE)/nnfw-test-package.tar.gz -C ${INSTALL_PATH} bin tests test unittest unittest_standalone
tar -zcf $(WORKSPACE)/nnfw-test-package.tar.gz -C ${INSTALL_PATH} bin test unittest unittest_standalone

acl_tar_internal: $(BUILD_FOLDER)
tar -zcf $(WORKSPACE)/nnfw-acl.tar.gz -C ${OVERLAY_FOLDER} lib
Expand Down

0 comments on commit 7ad7c7f

Please sign in to comment.