Skip to content

Commit

Permalink
Clean commit and complete disk space wa
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Apr 1, 2024
1 parent 81a983d commit 0dd01a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.x'
- name: Intel® AI Tools Toolkit
run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aitools.txt
- name: Upload artifacts
Expand Down
4 changes: 4 additions & 0 deletions scripts/install_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
URL=$1

curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
chmod +x webimage.sh
sudo ./webimage.sh -b -p /intel/oneapi/intelpython
installer_exit_code=$?
Expand Down
2 changes: 0 additions & 2 deletions scripts/list_components_linux_aitools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ FILENAME=$2

curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
chmod +x webimage.sh
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
./webimage.sh -b -p webimage_extracted
rm -rf webimage.sh
source "$HOME"/work/oneapi-ci/oneapi-ci/webimage_extracted/bin/activate base
Expand Down

0 comments on commit 0dd01a9

Please sign in to comment.