CI: test building with a larger pagefile
It defaults to 1.8GB, bump it a bit so we can build flang under clang64 which otherwise hits OOM Use C: since we have 95GB free there and only 12GB on D:
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -41,6 +41,14 @@ jobs:
|
||||
.\procdump64.exe -accepteula -ma -i "${{ runner.temp }}/_dumps"
|
||||
.\procdump.exe -accepteula -ma -i "${{ runner.temp }}/_dumps"
|
||||
|
||||
- name: Configure Pagefile
|
||||
if: ${{ matrix.msystem != 'CLANGARM64' }}
|
||||
uses: al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67
|
||||
with:
|
||||
minimum-size: 4GB
|
||||
maximum-size: 16GB
|
||||
disk-root: "C:"
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: temp
|
||||
|
||||
Reference in New Issue
Block a user