Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Useless GH actions for cache in FreeBSD workflow #5797

@lcheylus

Description

@lcheylus

In FreeBSD GH workflow (defined in .github/workflows/freebsd.yml), GH actions are used to cache the Rust build artefacts:

Theses actions are useless because the Rust build artefacts are not copied back from FreeBSD guest to Ubuntu GH runner after build:

  • FreeBSD workflow uses vmactions/freebsd-vm: runs a FreeBSD guest (VM) in a GH Ubuntu runner (host)
  • Files are synced between guest and host via rsync sync: rsync
  • At the end of job, the files are not copied back from FreeBSD guest to Ubuntu host: copyback: false.

Proposal to remove the 2 actions in FreeBSD workflow or to fix sync of files between guest/host after build to use cache.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions