about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorLuuuXXX <luuux98@163.com>2025-03-06 16:03:35 +0800
committerLuuuXXX <luuux98@163.com>2025-03-06 20:34:28 +0800
commit4cd350f61639d66095a9c5c87e6ff574ad1f7a00 (patch)
treeb1d57940260b4fe729ae5cbe43629a9b4061f43c /src/ci/docker/scripts
parent23adb46b4733a5e5962419dbd5876b7d06d51f7a (diff)
downloadrust-4cd350f61639d66095a9c5c87e6ff574ad1f7a00.tar.gz
rust-4cd350f61639d66095a9c5c87e6ff574ad1f7a00.zip
remove zip file in /tmp to save some space and use large runner
Diffstat (limited to 'src/ci/docker/scripts')
-rwxr-xr-xsrc/ci/docker/scripts/ohos-sdk.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/scripts/ohos-sdk.sh b/src/ci/docker/scripts/ohos-sdk.sh
index 0b62e49f7ca..47d630ca76b 100755
--- a/src/ci/docker/scripts/ohos-sdk.sh
+++ b/src/ci/docker/scripts/ohos-sdk.sh
@@ -7,3 +7,4 @@ curl $URL | tar xz -C /tmp linux/native-linux-x64-5.0.0.71-Release.zip
 mkdir /opt/ohos-sdk
 cd /opt/ohos-sdk
 unzip -qq /tmp/linux/native-linux-x64-5.0.0.71-Release.zip
+rm /tmp/linux/native-linux-x64-5.0.0.71-Release.zip