Skip to content

Commit

Permalink
GitHub Actions: attempt to fix spurious failures on *BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Feb 11, 2024
1 parent 5007c37 commit 976faed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cibuild.yml
Expand Up @@ -202,7 +202,7 @@ jobs:
architecture: ${{ matrix.platform.arch }}
version: ${{ matrix.platform.os-version }}
cpu_count: 4
memory: 14G
memory: 8G
environment_variables: CFLAGS CXXFLAGS
shutdown_vm: false
sync_files: runner-to-vm
Expand All @@ -215,7 +215,7 @@ jobs:
architecture: ${{ matrix.platform.arch }}
version: ${{ matrix.platform.os-version }}
cpu_count: 4
memory: 14G
memory: 8G
environment_variables: CFLAGS CXXFLAGS
shutdown_vm: false
sync_files: false
Expand All @@ -228,7 +228,7 @@ jobs:
architecture: ${{ matrix.platform.arch }}
version: ${{ matrix.platform.os-version }}
cpu_count: 4
memory: 14G
memory: 8G
environment_variables: CFLAGS CXXFLAGS
shutdown_vm: false
sync_files: false
Expand All @@ -241,8 +241,9 @@ jobs:
architecture: ${{ matrix.platform.arch }}
version: ${{ matrix.platform.os-version }}
cpu_count: 4
memory: 14G
memory: 8G
environment_variables: CFLAGS CXXFLAGS
shutdown_vm: false
# sync back is disabled due to:
# 1) VM stalls during the process
# 2) we don't output artifacts anyway
Expand Down

0 comments on commit 976faed

Please sign in to comment.