-
Notifications
You must be signed in to change notification settings - Fork 843
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
third-third-party binaries #2472
Open
PF4Public
wants to merge
1
commit into
master
Choose a base branch
from
pf-bin
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
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
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
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.
Binaries referenced in https://github.com/ungoogled-software/ungoogled-chromium-binaries are a bit of a gray area I guess (with very few, like the Windows ones built using GitHub Actions being supported). How about
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.
Good that you mentioned that! While writing this sentence it occurred to me that the gist of a problem with third-party binaries is the lack of convenience. Indeed people want to use ungoogled-chromium and enjoy convenient updates. Agreed, this sounds as if one wants to have one's cake and eat it. That being said if we reject any support for every binary, what's left for end-user? Build from source — inconvenient! Switch to more supported [by ungoogled-chromium] Linux distribution — inconvenient! Yeah, it diverts more into philosophical realm, but I'd be happy to hear your take on this dilemma.
This comment was marked as off-topic.
Sorry, something went wrong.
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.
I think another problem with the binaries listed at https://ungoogled-software.github.io/ungoogled-chromium-binaries is that many of them are extremely outdated. If a user comes for help with their Ungoogled Chromium installation stuck 30 versions behind, is there really any support they can receive (other then being recommended to use a different variant available for their OS, if it even exists)?
I think it may be beneficial to somehow clearly mark which binaries are up-to-date and supported, and which are obsolete and shouldn't really be used until they are maintained again.
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.
@networkException
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.
I fear much of this is future work, eventually I'd like to just drop anything that isn't build by CI in one of the platform repos in the main org and let that be it. So then its everything "we" as in anyone that got "approved" by the core team to work on binaries publish is getting support, everything else not
This might still be inconvenient for platforms we dont maintain but this is the only middle ground I can think of between our current unfortunate situation with a lot of support requests for random stuff we don't have control over and only supporting source builds
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.
So you're still in support of excluding contributor binaries from being named as supported ones, right?
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.
Yes, although currently I guess its not clear to end users that Windows binaries are compiled by CI and wouldn't count as such.