Uh oh!
There was an error while loading. Please reload this page.
sel4-deps: simplify instructions - #345
Conversation
lsf37
commented
Jul 30, 2026
Turns out this does not work: seL4/seL4-CAmkES-L4v-dockerfiles#101 Apparently the python package does not include |
midnightveil
commented
Jul 30, 2026
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>
lsf37
commented
Jul 31, 2026
Ok, this doesn't work. I've re-added the Keeping only Our |
lsf37
commented
Jul 31, 2026
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 |
Uh oh!
There was an error while loading. Please reload this page.
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.