remove zip file in /tmp to save some space and use large runner
This commit is contained in:
parent
23adb46b47
commit
4cd350f616
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ auto:
|
|||
<<: *job-linux-4c
|
||||
|
||||
- name: dist-ohos
|
||||
<<: *job-linux-4c
|
||||
<<: *job-linux-4c-largedisk
|
||||
|
||||
- name: dist-powerpc-linux
|
||||
<<: *job-linux-4c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue