librenms / docker

LibreNMS Docker image
MIT License
692 stars 280 forks source link

remove arm/v6 arch support #362

Closed crazy-max closed 1 year ago

crazy-max commented 1 year ago

follow-up https://github.com/librenms/docker/pull/359#issuecomment-1608179462

arm/v6 is currently broken since LibreNMS 23.6.0: https://github.com/librenms/docker/actions/runs/5357193145/jobs/9718195316?pr=359#step:7:5799

313.4 73 packages you are using are looking for funding.
313.4 Use the `composer fund` command to find out more!
325.0 > LibreNMS\ComposerHelper::postInstall
330.4 > Illuminate\Foundation\ComposerScripts::postInstall
330.4 > @php artisan vue-i18n:generate --multi-locales --format=umd
337.1 > @php artisan view:cache
342.9 Script @php artisan view:cache handling the post-install-cmd event returned with error code 135

@murrant Not sure what the root cause is but it might be related to laravel deps update: https://github.com/librenms/librenms/compare/23.5.0...23.6.0#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R37-R40

Suggest to just remove arm/v6 arch support. Also recently Raspberry Pi OS started defaulting to a 64-bit kernel on boot so it seems 32-bit Arm will not be supported anymore anyway. Users should just move to arm64 if they complain.

murrant commented 1 year ago

@crazy-max could this have been broken by the python "--break-system-packages" stuff?

I have a hard time seeing what is failing.

murrant commented 1 year ago

Perhaps it is this: Script @php artisan view:cache handling the post-install-cmd event returned with error code 135

crazy-max commented 1 year ago

Perhaps it is this: Script @php artisan view:cache handling the post-install-cmd event returned with error code 135

Yes this looks the same as PR desc: https://github.com/librenms/docker/pull/362#issue-1816427629. Don't know why though.