]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Azure: Rework world build to directly use the container
authorTom Rini <trini@konsulko.com>
Wed, 26 Nov 2025 23:49:58 +0000 (17:49 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 7 Dec 2025 14:09:12 +0000 (08:09 -0600)
commitcf3d4da03f3a51615350f19094023947fd00d08a
treef7efcab54fb7213c0e114ea761d0e014355ae0bb
parentc5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9
Azure: Rework world build to directly use the container

While we had problems historically using buildman inside of a container
when invoked directly via Azure, rather than calling docker in our
script, that is no longer the case. We can make the job a bit easier to
understand by running it more normally. The challenge here is that our
container normally runs with an unprivileged user that we have populated
tools for and Azure creates and uses a new unprivileged user. Copy what
we need over to the new user.

Signed-off-by: Tom Rini <trini@konsulko.com>
.azure-pipelines.yml