Skip to content

Commit

Permalink
github/workflows: do not copyback files from freebsd VM
Browse files Browse the repository at this point in the history
It is unstable and fails quite often. Just disable it and remove log
printing of failure.
  • Loading branch information
kasper93 authored and sfan5 committed Jun 27, 2023
1 parent a6a72f2 commit e7902eb
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
uses: vmactions/freebsd-vm@v0
with:
mem: 8192
copyback: false
usesh: true
prepare: |
# Requested in ci/build-freebsd.sh
Expand Down Expand Up @@ -219,21 +220,6 @@ jobs:
./ci/build-freebsd.sh
meson test -C build
- name: Print meson log
if: ${{ failure() }}
run: |
cat ./build/meson-logs/meson-log.txt
- name: Print meson test log
if: ${{ failure() }}
run: |
cat ./build/meson-logs/testlog.txt
- name: Print waf log
if: ${{ failure() }}
run: |
cat ./build_waf/config.log
msys2:
runs-on: windows-latest
strategy:
Expand Down

0 comments on commit e7902eb

Please sign in to comment.