[VIDEO-2852] Run on GitHub -hosted runners, facilitate dependent repository usage#30
Draft
[VIDEO-2852] Run on GitHub -hosted runners, facilitate dependent repository usage#30
Conversation
7807181 to
e5b3873
Compare
e2d7f45 to
1dc64fc
Compare
The goal of these changes is to make cerbero able to build on github-provided runners as well as hosted ones.
1dc64fc to
fa8ca00
Compare
d1ed888 to
dc1f76a
Compare
e8b9b05 to
d7d1b99
Compare
The install action can now run based off version/version-ref inputs as long as the S3 download location is specified. This should help downstream repositories to "call" this action and simply install a version of gstreamer based on its version.
0b7677a to
fd8ad67
Compare
Author
5671c8b to
7c6856c
Compare
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.
This PR contains my efforts to over at https://github.com/laerdallabs/cerbero-action to make cerbero build on a GitHub -hosted runner as well as a change to the
install-gstreameraction, here, to make it a monolithic action that third-party repositories can call using only the gstreamer version (and-REFsuffix, if necessary), assuming those repositories know which S3 paths contain our installers.With that in mind, there is work to be done there to make this cleaner/easier/more portable from the perspective of dependent repositories.