From 224ef7d35a394616aa6479d6238f0a8a1ce458ac Mon Sep 17 00:00:00 2001 From: Mario LoPrinzi Date: Thu, 26 Mar 2026 16:21:55 -0600 Subject: [PATCH] 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. --- .github/workflows/intel-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/intel-build.yml b/.github/workflows/intel-build.yml index 59342e4653..fac8eef065 100644 --- a/.github/workflows/intel-build.yml +++ b/.github/workflows/intel-build.yml @@ -39,6 +39,7 @@ jobs: uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # master with: root-reserve-mb: 30000 + temp-reserve-mb: 20000 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true' @@ -106,6 +107,7 @@ jobs: uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c # master with: root-reserve-mb: 30000 + temp-reserve-mb: 20000 remove-dotnet: 'true' remove-android: 'true' remove-haskell: 'true'