Skip to content

Commit 224ef7d

Browse files
committed
Increase temp reserve size for oneapi jobs
The unpacking of the vtune and other object was causing an out of disk space issue for the oneapi build-deps GitHub workflows.
1 parent 62c7b02 commit 224ef7d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/intel-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # master
4040
with:
4141
root-reserve-mb: 30000
42+
temp-reserve-mb: 20000
4243
remove-dotnet: 'true'
4344
remove-android: 'true'
4445
remove-haskell: 'true'
@@ -106,6 +107,7 @@ jobs:
106107
uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # master
107108
with:
108109
root-reserve-mb: 30000
110+
temp-reserve-mb: 20000
109111
remove-dotnet: 'true'
110112
remove-android: 'true'
111113
remove-haskell: 'true'

0 commit comments

Comments
 (0)