mirror of https://github.com/mpv-player/mpv
github/workflows: do not copyback files from freebsd VM
It is unstable and fails quite often. Just disable it and remove log printing of failure.
This commit is contained in:
parent
a6a72f2c86
commit
e7902eb83d
|
@ -176,6 +176,7 @@ jobs:
|
|||
uses: vmactions/freebsd-vm@v0
|
||||
with:
|
||||
mem: 8192
|
||||
copyback: false
|
||||
usesh: true
|
||||
prepare: |
|
||||
# Requested in ci/build-freebsd.sh
|
||||
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue