taranis icon indicating copy to clipboard operation
taranis copied to clipboard

Build actions broken after automatic upgrade to Ubuntu 24.04

Open orontee opened this issue 1 year ago • 1 comments

Context

See https://github.com/actions/runner-images/issues/10636

Analysis

On Ubuntu 24.04:

  • libtinfo5 must be replaced by libtinfo6
  • Many errors while extracting 7z archive with SDK due to unsafe symbolic links, eg:
    ERROR: Dangerous link path was ignored : SDK-B288/usr/arm-obreey-linux-gnueabi/sysroot/etc/fonts/conf.d/10-scale-bitmap-fonts.conf : /usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf
    

No urge to fix those things, the Ubuntu version will be fixed to 22.04 where the build works fine.

orontee avatar Dec 20 '24 06:12 orontee

See also #109

orontee avatar Sep 02 '25 21:09 orontee