-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Added Note about arm7 version to doc #6983
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
Conversation
Appended the Troubleshooting section with a subsection about the broken arm7 version and the recommendation to switch to arm6.
split the Gitea not running on Raspbian into two lines (reason, conclusion)
This feels wrong -- I still think we should just remove the arm7 version from the downloads section if it is known to not work for a while (and reported regularly). It doesn't make sense to offer something known to not work with a note that says "this does not work" buried in one of the docs. Not fault of PR as it was suggested, but I think a better solution is to not give people a chance to download the file at all if we know it is broken, 100% avoiding the problem until it can be fixed. |
yes, I do agree with that but I don't have any idea on how to change that. therefore I did this. so if someone just removes arm7 I would be really happy. also is arm7 completely broken or only on raspbian? |
Codecov Report
@@ Coverage Diff @@
## master #6983 +/- ##
==========================================
- Coverage 41.49% 41.49% -0.01%
==========================================
Files 440 440
Lines 59457 59457
==========================================
- Hits 24672 24671 -1
- Misses 31566 31567 +1
Partials 3219 3219
Continue to review full report at Codecov.
|
I like @mrsdizzie 's idea. We can manually delete exist arm-7 binaries and change the Makefile to avoid to compile arm7 binary. |
imho it is good to have info in docs while we have not fixed the issue |
@suisseWalter if you accept my suggested changes I'll approve. Even if we stop building the broken arm 7 builds we'll need to say something and this would do. |
Co-Authored-By: zeripath <[email protected]>
hopefully I did that right Co-Authored-By: zeripath <[email protected]>
make LG-TM work |
Appended the Troubleshooting section with a subsection about the problems with the arm7 version and the recommendation to switch to arm6.
This pull request adds a troubleshooting subsection for the non working arm7 release on raspberry Pi's in the installation part of the documentation.
This pull request was suggested in issue #6979