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

[VIDEO-2688] - Install Windows MSIs from custom source #175

Merged
merged 12 commits into from
Mar 14, 2024

Conversation

lyramcmillan
Copy link
Contributor

Description

Updates supporting downloading Windows MSIs from an overridden URI with uninstall clean up. Added optional inputs and code to install MSIs from specified URLs using optional build run parameter for isolating the install location. Also has post build action cleanup uninstall of gstream,er

Ticket(s) Addressed:

Design Summary

Configuration changes:

Testing Notes and Procedure

Related Pull Requests

  • blinemedical/project#xxx

@lyramcmillan lyramcmillan requested a review from a team as a code owner March 12, 2024 19:54
@lyramcmillan lyramcmillan requested a review from saraboule March 12, 2024 19:54
@lyramcmillan lyramcmillan changed the title [VIDEO-26898] - Install Windows MSIs from custom source [VIDEO-2688] - Install Windows MSIs from custom source Mar 12, 2024
@saraboule
Copy link
Collaborator

@lyramcmillan is this ready for review? looks like some unit tests are failing.

@lyramcmillan
Copy link
Contributor Author

@lyramcmillan is this ready for review? looks like some unit tests are failing.

Nope - trying to figure out why tests are failing. There's something bad in the test setup I think but it's proving intractable. Making into a draft.

@lyramcmillan lyramcmillan marked this pull request as draft March 13, 2024 17:34
@lyramcmillan lyramcmillan marked this pull request as ready for review March 14, 2024 14:05
Copy link
Collaborator

@saraboule saraboule left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM -- just update the readme

README.md Outdated
### `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.
Copy link
Collaborator

Choose a reason for hiding this comment

The 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?

README.md Outdated

### `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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gsrtreamer

Copy link
Collaborator

@saraboule saraboule left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will need a follow up on why the windows-2022 unit tests are failing. otherwise lets go!!!

@saraboule saraboule merged commit 0a05bd9 into main Mar 14, 2024
9 of 11 checks passed
@saraboule saraboule deleted the VIDEO-2688-add-override-url-for-windows branch March 14, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants