Skip to content

Commit 0dd01a9

Browse files
committed
Clean commit and complete disk space wa
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 81a983d commit 0dd01a9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/list_components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@v2
7272
- uses: actions/setup-python@v2
7373
with:
74-
python-version: '3.x'
74+
python-version: '3.x'
7575
- name: Intel® AI Tools Toolkit
7676
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
7777
- name: Upload artifacts

scripts/install_linux_aitools.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
URL=$1
88

99
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
10+
sudo rm -rf /usr/share/dotnet
11+
sudo rm -rf /opt/ghc
12+
sudo rm -rf "/usr/local/share/boost"
13+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1014
chmod +x webimage.sh
1115
sudo ./webimage.sh -b -p /intel/oneapi/intelpython
1216
installer_exit_code=$?

scripts/list_components_linux_aitools.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ FILENAME=$2
99

1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
12-
df -h
1312
sudo rm -rf /usr/share/dotnet
1413
sudo rm -rf /opt/ghc
1514
sudo rm -rf "/usr/local/share/boost"
1615
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
17-
df -h
1816
./webimage.sh -b -p webimage_extracted
1917
rm -rf webimage.sh
2018
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base

0 commit comments

Comments
 (0)