File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 71
71
- uses : actions/checkout@v2
72
72
- uses : actions/setup-python@v2
73
73
with :
74
- python-version : ' 3.x'
75
- root-reserve-mb : 512
76
- swap-size-mb : 1024
77
- remove-dotnet : ' true'
74
+ python-version : ' 3.x'
78
75
- name : Intel® AI Tools Toolkit
79
76
run : scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
80
77
- name : Upload artifacts
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ FILENAME=$2
9
9
10
10
curl --output webimage.sh --url " $URL " --retry 5 --retry-delay 5
11
11
chmod +x webimage.sh
12
+ df -h
13
+ sudo rm -rf /usr/share/dotnet
14
+ sudo rm -rf /opt/ghc
15
+ sudo rm -rf " /usr/local/share/boost"
16
+ sudo rm -rf " $AGENT_TOOLSDIRECTORY "
17
+ df -h
12
18
./webimage.sh -b -p webimage_extracted
13
19
rm -rf webimage.sh
14
20
source " $HOME " /work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
You can’t perform that action at this time.
0 commit comments