Skip to content

Commit 4cd350f

Browse files
committed
remove zip file in /tmp to save some space and use large runner
1 parent 23adb46 commit 4cd350f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: src/ci/docker/scripts/ohos-sdk.sh

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ curl $URL | tar xz -C /tmp linux/native-linux-x64-5.0.0.71-Release.zip
77
mkdir /opt/ohos-sdk
88
cd /opt/ohos-sdk
99
unzip -qq /tmp/linux/native-linux-x64-5.0.0.71-Release.zip
10+
rm /tmp/linux/native-linux-x64-5.0.0.71-Release.zip

Diff for: src/ci/github-actions/jobs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ auto:
176176
<<: *job-linux-4c
177177

178178
- name: dist-ohos
179-
<<: *job-linux-4c
179+
<<: *job-linux-4c-largedisk
180180

181181
- name: dist-powerpc-linux
182182
<<: *job-linux-4c

0 commit comments

Comments
 (0)