Skip to content

CI: Bump Ubuntu, Fedora, Debian, and Alpine versions

Alex Belkin requested to merge aabc1/sane-backends:ci-update into master
  • Updated to use new images.
  • Fixed one build error/warning for kodakaio.
  • Did not fix 6 -Wunused-but-set-variable warnings for Fedora/clang17 (since I'm not against unused variables) but added -Wno-error=unused-but-set-variable instead. This can be reverted after (someone will make an actual) fix.
  • Propose better (IMHO) build flags than silent rules -- make -w -O.

More detailed explanations are in commits messages.

Merge request reports