summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-06-26 20:34:53 +0200
committersfan5 <sfan5@live.de>2023-06-27 09:33:30 +0200
commite7902eb83dc68dcb0adb99568d72bd3f9a4e4550 (patch)
tree09e906cea0dee95a995da7e4b321522ee5af9150 /.github
parenta6a72f2c86fff698496cea0516c76ce9c034dc27 (diff)
downloadmpv-e7902eb83dc68dcb0adb99568d72bd3f9a4e4550.tar.bz2
mpv-e7902eb83dc68dcb0adb99568d72bd3f9a4e4550.tar.xz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml16
1 files changed, 1 insertions, 15 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 19bcf4451b..c1e702e13a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: