https://github.com/weatheredian/wyvernOS/actions/runs/19301679128/job/55197625175 I'd like to build a program from source and include it in my final bluebuild image. (seems like the Stages method is the way to go) I'm having a hard time understanding/parsing the documentation for stages specifically. I have my stage to build a package called gr-gsm - they have published build instructions (and a dockerfile, but i'd prefer to learn how to do the build from source, as i have a number of other packages for which I'll need to do so) https://osmocom.org/projects/gr-gsm/wiki/Installation https://gitea.osmocom.org/sdr/gr-gsm/src/branch/master/tests/dockerfiles/Ubuntu_20_04.docker# When my build runs, it seems to fail due to the directory structure of the build. I git clone the repo, then if i try to cd into the new directory, it still shows "/" for my current working directory. I've also linked a failing build showing this behaviour. Does anyone have an example that seems similar? or advice for my specific case? I'm still new the bluebuild and immutable stuff, so i may be missing something obvious. thanks!