ci: pin PredictiveEcology/actions to @main - #22
Closed
eliotmcintire wants to merge 1 commit into
Closed
Conversation
Tags do not move, so a pinned tag freezes this repo on whatever the action looked like when the tag was cut. v0.1/v0.2 predate the removal of the ubuntugis-unstable PPA, which installs libgdal37 while Posit's noble binaries are built against libgdal34 -- an ABI mismatch that surfaces only at lazy-load. @main is the org standard: consumers follow fixes without a pin bump, and the actions repo now has its own CI gating what lands there. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012DVjmY3im9Xak7tXLSMGCa
Contributor
Author
|
Superseded by #23, which migrates this repo's This PR only moved the Closing to keep the picture clear: any red on this PR reads as a migration failure and is not one. 🤖 Generated with Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tags do not move, so a pinned tag freezes this repo on whatever the action looked like when that tag was cut.
v0.1andv0.2both predate the removal of the ubuntugis-unstable PPA, which installs libgdal37 while Posit's noble binaries are built against libgdal34 — an ABI mismatch that surfaces only at lazy-load, aslibgdal.so.34: cannot open shared object file.@mainis the org standard: consumers pick up fixes without a pin bump, andPredictiveEcology/actionsnow has its own self-test CI gating what lands there (PredictiveEcology/actions#24).Expect the first Ubuntu run to be slow, and possibly red once. Any cached R library built while the PPA was active contains a
terra.solinked againstlibgdal.so.37, which no longer exists. I have already cleared this repo's Ubuntu caches where any existed; if a leg still fails with a missinglibgdal.so.37, clear the Ubuntu caches and re-run — it is the one-time transition, not a regression.🤖 Generated with Claude Code
https://claude.ai/code/session_012DVjmY3im9Xak7tXLSMGCa