This is an automated email from the ASF dual-hosted git repository.

mousius pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c40dfd  Remove zephyr installer file after installation (#9883)
8c40dfd is described below

commit 8c40dfd8493aff01f055ef13f2d44caedf5cf74b
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Mon Jan 10 20:45:14 2022 +0900

    Remove zephyr installer file after installation (#9883)
---
 docker/install/ubuntu_install_zephyr.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/install/ubuntu_install_zephyr.sh 
b/docker/install/ubuntu_install_zephyr.sh
index ddd1ea1..ff716b6 100644
--- a/docker/install/ubuntu_install_zephyr.sh
+++ b/docker/install/ubuntu_install_zephyr.sh
@@ -75,3 +75,4 @@ wget --no-verbose -O $ZEPHYR_SDK_FILE \
     
https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZEPHYR_SDK_VERSION}/zephyr-sdk-${ZEPHYR_SDK_VERSION}-x86_64-linux-setup.run
 chmod +x $ZEPHYR_SDK_FILE
 "./$ZEPHYR_SDK_FILE" -- -d /opt/zephyr-sdk
+rm "$ZEPHYR_SDK_FILE"

Reply via email to