Add python3-packaging package to workflow

This commit is contained in:
Dale Glass 2025-02-28 18:07:01 +01:00
parent 3428d81430
commit 28eeaa8177
2 changed files with 5 additions and 3 deletions

View file

@ -47,8 +47,9 @@ jobs:
build_type: full build_type: full
#- os: macOS-10.15 #- os: macOS-10.15
# build_type: full # build_type: full
#- os: ubuntu-20.04 - os: ubuntu-20.04
# build_type: full build_type: full
apt-dependencies: python3-packaging
# apt-dependencies: mesa-common-dev libegl1 libglvnd-dev libdouble-conversion3 libpulse0 libsnappy1v5 libwebpdemux2 libwebpmux3 python3-github python3-distro # apt-dependencies: mesa-common-dev libegl1 libglvnd-dev libdouble-conversion3 libpulse0 libsnappy1v5 libwebpdemux2 libwebpmux3 python3-github python3-distro
fail-fast: false fail-fast: false
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}

View file

@ -64,7 +64,7 @@ jobs:
runner: [self_hosted, type-cx52, image-x86-app-docker-ce] runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
arch: amd64 arch: amd64
build_type: full build_type: full
# apt-dependencies: # add missing dependencies to docker image when convenient apt-dependencies: python3-packaging # add missing dependencies to docker image when convenient
image: docker.io/overte/overte-full-build:0.1.2-ubuntu-20.04-amd64 image: docker.io/overte/overte-full-build:0.1.2-ubuntu-20.04-amd64
# Android builds are currently failing # Android builds are currently failing
#- os: ubuntu-18.04 #- os: ubuntu-18.04
@ -76,6 +76,7 @@ jobs:
arch: aarch64 arch: aarch64
build_type: full build_type: full
image: docker.io/overte/overte-full-build:0.1.2-ubuntu-22.04-aarch64 image: docker.io/overte/overte-full-build:0.1.2-ubuntu-22.04-aarch64
apt-dependencies: python3-packaging
fail-fast: false fail-fast: false
runs-on: ${{matrix.runner}} runs-on: ${{matrix.runner}}
container: ${{matrix.image}} container: ${{matrix.image}}