History log of /PHP-8.1/.github/actions/freebsd/action.yml (Results 1 – 2 of 2)
Revision Date Author Comments
# b263f351 24-Nov-2024 Ayesh Karunaratne

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

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.

show more ...


# aca88baf 15-Nov-2024 Ilija Tovilo

Move FreeBSD build to GitHub actions with QEMU

Closes GH-16822