Skip to content

Commit

Permalink
GitHub Actions: fix spurious failures on *BSD (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Feb 11, 2024
1 parent 5007c37 commit 3b6821c
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
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,23 +228,8 @@ 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
run: cmake --build build --config ${{ matrix.Configuration }} --parallel 4

- name: Finalize
uses: cross-platform-actions/action@v0.22.0
with:
operating_system: ${{ matrix.platform.os }}
architecture: ${{ matrix.platform.arch }}
version: ${{ matrix.platform.os-version }}
cpu_count: 4
memory: 14G
environment_variables: CFLAGS CXXFLAGS
# sync back is disabled due to:
# 1) VM stalls during the process
# 2) we don't output artifacts anyway
sync_files: false #vm-to-runner
run: rm -rf build # reduce amount of files to copy back from VM

0 comments on commit 3b6821c

Please sign in to comment.