Skip to content

Commit fdb0f53

Browse files
committed
Yet another another attempt at fixing intel space requirements
1 parent 689c4ca commit fdb0f53

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/intel-build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- name: Maximize build space
3939
uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # master
4040
with:
41-
root-reserve-mb: 30000
4241
remove-dotnet: 'true'
4342
remove-android: 'true'
4443
remove-haskell: 'true'
@@ -53,6 +52,15 @@ jobs:
5352
sudo apt-get update
5453
- name: install
5554
run: |
55+
echo "OPT DEBUG"
56+
ls -alh /opt/*
57+
df -h /opt
58+
sudo du --max-depth=1 -h /opt | sort -rh
59+
echo "HOME DF"
60+
sudo du --max-depth=1 -h ~ | sort -rh
61+
df -h ~
62+
sudo du -h /var/cache/apt/archives/
63+
echo "STANDARD OUTPUT"
5664
sudo apt-get install -y intel-basekit
5765
sudo apt-get install -y intel-oneapi-common-vars
5866
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
@@ -105,7 +113,6 @@ jobs:
105113
- name: Maximize build space
106114
uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # master
107115
with:
108-
root-reserve-mb: 30000
109116
remove-dotnet: 'true'
110117
remove-android: 'true'
111118
remove-haskell: 'true'

0 commit comments

Comments
 (0)