Skip to content

Commit

Permalink
[infra] Add dump tools to exclude list (Samsung#6736)
Browse files Browse the repository at this point in the history
This commit adds dump tools to exclude list of compiler packaging.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored May 4, 2021
1 parent 2285725 commit 3a812d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/scripts/docker_build_nncc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ mkdir -p ${NNCC_INSTALL_PREFIX}
./nncc docker-run ./nnas create-package --prefix "${PWD}/${NNCC_INSTALL_PREFIX}" -- "${CONFIG_OPTIONS}"

mkdir -p ${ARCHIVE_PATH}
tar -zcf ${ARCHIVE_PATH}/nncc-package.tar.gz -C ${NNCC_INSTALL_PREFIX} --exclude test --exclude tflchef* ./
tar -zcf ${ARCHIVE_PATH}/nncc-package.tar.gz -C ${NNCC_INSTALL_PREFIX} \
--exclude test --exclude tflchef* --exclude circle-tensordump --exclude circledump ./
tar -zcf ${ARCHIVE_PATH}/nncc-test-package.tar.gz -C ${NNCC_INSTALL_PREFIX} ./test

popd > /dev/null

0 comments on commit 3a812d9

Please sign in to comment.