alisw / alibuild

A simple build tool for ALICE software
http://alisw.github.io/alibuild/
GNU General Public License v3.0
24 stars 47 forks source link

Automatically use S3 remote on Ubuntu 22.04 #792

Closed TimoWilken closed 1 year ago

TimoWilken commented 1 year ago

I've got a working ubuntu2204-builder container set up, and I've seeded S3 with initial builds up to O2. There's also a Jenkins job building nightlies on Ubuntu 22.04, just like on Ubuntu 20.04.

Overall, I'd say everything is in place for aliBuild to start automatically using precompiled tarballs on Ubuntu 22.04.

Unfortunately, this will change the behaviour of aliBuild slightly on Ubuntu 22.04: previously, system packages would be used if possible; after this change is applied, aliBuild defaults to --no-system instead, so that it can make best use of precompiled tarballs. To get back the previous behaviour, pass the --no-remote-store option to aliBuild build.