mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
CI: FreeBSD on VM - set copyback: false
The `vmactions/freebsd-vm` GitHub action rsyncs the work dir to to the VM. This adds a lot of log output due to `rsync -v` usage. Once the tests are compelte, the action copies the files _back_ by running `rsync` in reverse. However, we do not need these files back because we do not run any other steps that need access to the post-test files. Setting `copyback: false` disables this, and cuts the log size by about 5,000 lines. Closes Closes GH-16916.
This commit is contained in:
1
.github/actions/freebsd/action.yml
vendored
1
.github/actions/freebsd/action.yml
vendored
@@ -7,6 +7,7 @@ runs:
|
||||
with:
|
||||
release: '13.3'
|
||||
usesh: true
|
||||
copyback: false
|
||||
# Temporarily disable sqlite, as FreeBSD ships it with disabled double quotes. We'll need to fix our tests.
|
||||
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269889
|
||||
prepare: |
|
||||
|
||||
Reference in New Issue
Block a user