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

Remove 32 bit downloads for nightly #389

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Rossmaxx
Copy link

@Rossmaxx Rossmaxx commented Nov 13, 2024

I've started to remove 32 bit support in the CI and this is the first step. Per LMMS/lmms#6614 (comment) by @tresf

TODO:

  • Add translations. @liushuyu can you help?
  • Download link broken for some reason after this change.

@Rossmaxx
Copy link
Author

Download link broken for some reason after this change.

I think this might be due to the github keys not available for me locally. Or is it something different?

@Rossmaxx
Copy link
Author

LMMS/lmms#7286 is the issue.

Co-authored-by: FyiurAmron <[email protected]>
@tresf
Copy link
Member

tresf commented Nov 13, 2024

I think this PR is misdirected because it removes 32-bit builds from showing EVEN WHEN THEY'RE BUILT EVEN FOR PAST BUILDS. This doesn't really make sense. If we're to stop building 32-bit builds moving forward on the main repository, it'll save us CI time and they'll just stop appearing on our PRs and nightly pages.

@tresf
Copy link
Member

tresf commented Nov 13, 2024

[ ] Download link broken for some reason after this change.

Probably GitHub rate limiting on your PC.

The primary rate limit for unauthenticated requests is 60 requests per hour.

@Rossmaxx
Copy link
Author

So basically, i can just remove from the CI and it'll stop showing up?? Then why did i think of removing the option from the website first?

@@ -65,7 +65,8 @@
<div id="prerelease" class="text-center">
<small>
<span class="fas fa-exclamation-circle"></span>
{% trans %}Downloads labeled Alpha, Beta, or Nightly are pre-release software, stability may suffer.{% endtrans %}
{% trans %}Downloads labeled Alpha, Beta, or Nightly are pre-release software, stability may suffer.{% endtrans %}<br>
Note: 32 bit nightly builds no longer available.
Copy link
Member

Choose a reason for hiding this comment

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

I would remove the warning, personally. Other opinions welcome.

Copy link
Author

Choose a reason for hiding this comment

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

The warning is necessary, as people need to be aware.

When all older versions are listed and not nightlies, atleast a simple warning should be displayed to explain the missing download.

@tresf
Copy link
Member

tresf commented Nov 13, 2024

Then why did i think of removing the option from the website first?

Well, your PR also tells the user WHY they're missing, so your train of thought isn't wrong if enough people disagree this comment: #389 (comment).

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.

3 participants