generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[VIDEO-2688] - Install Windows MSIs from custom source #175
Merged
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
3aa5f87
[VIDEO-26898] - Updates supporting downloading Windows MSIs from an o…
lyramcmillan fa0f161
[VIDEO-2688] - Added input environment variable to test
lyramcmillan 43c9fd7
[VIDEO-2688] - Syntactic fix for how inputs are passed via environmen…
lyramcmillan 5a5930e
[VIDEO-2688] - More fixes
lyramcmillan efc8396
[VIDEO-2688] - Reran prepare with correct version of javascript
lyramcmillan e9f5b60
[VIDEO-2688] - Moar fixes
lyramcmillan 32251bc
[VIDEO-2688] - Fixes for errors found debugging
lyramcmillan 033a8e6
[VIDEO-2688] - Attempts to compile 1.22.7 result in a patch applicati…
lyramcmillan c9c721c
[VIDEO-2688] - Ripped out build from source and fixed up some other i…
lyramcmillan 1599de9
[VIDEO-2688] - Correctly implemented cleanup action for custom MSI ur…
lyramcmillan 8d52e18
[VIDEO-2688] - Updated readme
lyramcmillan 37b625b
[VIDEO-2688] - Typo fixes
lyramcmillan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,21 @@ The architecture (`x86`, `x86_64`, etc.) of binaries to install. Defaults to `x | |
|
||
The URL from where to clone the gstreamer source (Linux targets only). Defaults to `https://gitlab.freedesktop.org/gstreamer/gstreamer.git`. | ||
|
||
**WINDOWS ONLY:** | ||
|
||
### `msiUrl` | ||
|
||
An optional override url for downloading the Windows gstreamer runtime MSI installer. If not specified, the default is `https://gstreamer.freedesktop.org/data/pkg/windows/<version>/gstreamer-1.0-<arch>-<version>.msi`. If this input is specified then the action post run will be run and gsrtreamer will be uninstalled. These are primarily meant to be used in self hosted runners and not run in the gstreamer hosted runners that are bootstrapped and executed as non-persistent containers. | ||
|
||
### `devMsiUrl` | ||
|
||
An optional override url for downloading the Windows gstreamer development libraries and tools MSI installer. If not specified, the default is `https://gstreamer.freedesktop.org/data/pkg/windows/<version>/gstreamer-1.0-devel-<arch>-<version>.msi`. | ||
If the msiUrl is specified the devMsiUrl must also be specified. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. techinically a run-on sentence. just add a comma there, or was that supposed to be then? |
||
|
||
### `buildRun` | ||
|
||
An optional value that, if supplied, will separate the gstreamer installation path from other gstreamer installations. The environment variables will be updated to reflect the newest installation. | ||
|
||
## Outputs | ||
|
||
### `gstreamerPath` | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gsrtreamer