Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions: fix spurious failures on *BSD #1604

Merged
merged 2 commits into from Feb 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 3 additions & 18 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,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