sel4-deps: simplify instructions - #345
Conversation
|
Turns out this does not work: seL4/seL4-CAmkES-L4v-dockerfiles#101 Apparently the python package does not include |
|
Yeah, I guess I wouldn't expect the Python package to install the compiler not written in Python..m |
Collapse the first two sections into one section that can be more easily copied and pasted. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
|
Ok, this doesn't work. I've re-added the Keeping only Our |
Ugh, but it is worse, because 3.19 is not satisfied on Ubuntu 22.04. This means my addition of The only fix I can see at the moment is to constrain I don't see any issues with 24.04 or newer, they'll all work with current versions. (In fact I can't reproduce #317 at all, none of the version numbers there make sense to me, Ubuntu 24 or 25 will definitely not install |
protobufis now included in the python dependencies of the sel4-deps package and no longer needs to be installed via a package manager (since seL4/seL4#1721).This makes it easier to control the protobuf version and more robust against install paths that have missed these instructions.This fixes #317In a separate commit: Collapse the first two
apt installsections into one section that can be more easily copied and pasted.