Attention is currently required from: laforge, fixeria.
Patch set 1:Code-Review +1
2 comments:
File open5gs-master/Dockerfile:
Patch Set #1, Line 31: RUN git clone https://github.com/$GITHUB_USER/$GITHUB_REPO
Maybe install dependencies here too? Then it wouldn't need to download all packages from debian/control each time the commit changes, only if new dependencies were added between when the docker container was created and the current master.
Patch Set #1, Line 40: mk-build-deps -i -r -t 'apt-get --no-install-recommends -yV'
"apt-get build-dep ." should do the same, not sure if it internally uses mk-build-deps. If not, maybe we don't even need this dependency.
As mentioned here: https://osmocom.org/projects/cellular-infrastructure/wiki/Build_from_Source#Build-debian-packages
To view, visit change 27070. To unsubscribe, or for help writing mail filters, visit settings.