Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump beerpiss/procursus-action from 1 to 2 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

Bumps beerpiss/procursus-action from 1 to 2.

Release notes

Sourced from beerpiss/procursus-action's releases.

v2: Environment files

Migrated this action to using GitHub's new environment files in anticipation for the deprecation of save-state and save-output.

A few bugfixes

  • Resources are downloaded to a temporary directory that's deleted after bootstrapping
  • Uses bsdtar instead of gnutar. The ./: Can't restore time thing is normal, the bootstrap is fine.

Configurable APT sources, /opt/procursus/local now in PATH

What's new

  • Configuring the Procursus APT source is now possible with the mirror, suites and components inputs, e.g.
- uses: beerpiss/procursus-action@v1
  with:
    mirror: https://repo.quiprr.dev/procursus
    suites: big_sur
    components: main testing
  • /opt/procursus/local/bin and /opt/procursus/local/sbin are now in PATH:
/opt/procursus/local/bin:/opt/procursus/local/sbin:/opt/procursus/bin:/opt/procursus/sbin:/opt/procursus/games

Issues

  • Cache invalidated due to the need of a more specific cache key.

Credits

Many thanks to @​asdfugil for making a PR (#2) adding the features above!

rsync flags for faster trasnfers (hopefully)

No release notes provided.

Bugfix for paths being added twice to CPATH and LIBRARY_PATH

No release notes provided.

Custom cache path and various checking mechanisms

  • Adds custom cache path (default is /usr/local/opt/__procursus_cache) with the cache-path input
  • Checks if the runner is a macOS 11+ runner, as Procursus only compiles for 11 and up
  • Checks if Procursus is already bootstrapped (don't rebootstrap, don't cache, only sets up missing environment variables and install packages input by the user)

v1.2: Caching bootstrap for faster runs

Uses actions/cache@v2 to cache the bootstraps. The bootstrap restored from cache is a fresh copy.

v1.1: Install packages after bootstrapping

Added an option to install packages right after bootstrapping. Packages are specified by a space-delimited list, e.g. clang cmake.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [beerpiss/procursus-action](https://github.com/beerpiss/procursus-action) from 1 to 2.
- [Release notes](https://github.com/beerpiss/procursus-action/releases)
- [Commits](beer-psi/procursus-action@v1...v2)

---
updated-dependencies:
- dependency-name: beerpiss/procursus-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants