fix build order failure and ensure valid meson version

This commit is contained in:
2026-01-24 14:04:06 -06:00
parent a369481a92
commit 2bde1d7d01
4 changed files with 22 additions and 5 deletions

View File

@@ -158,6 +158,7 @@ docker_build_image() {
echo 'USER 65534:65534'
# pipx
echo "RUN pipx install virtualenv"
echo "RUN pipx install meson"
# rust
local rustupVersion='1.28.2'
local rustcVersion='1.90.0'