mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 09:52:42 +02:00
Add python3-packaging package to workflow
This commit is contained in:
parent
3428d81430
commit
28eeaa8177
2 changed files with 5 additions and 3 deletions
5
.github/workflows/master_build.yml
vendored
5
.github/workflows/master_build.yml
vendored
|
@ -47,8 +47,9 @@ jobs:
|
|||
build_type: full
|
||||
#- os: macOS-10.15
|
||||
# build_type: full
|
||||
#- os: ubuntu-20.04
|
||||
# build_type: full
|
||||
- os: ubuntu-20.04
|
||||
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
|
||||
fail-fast: false
|
||||
runs-on: ${{matrix.os}}
|
||||
|
|
3
.github/workflows/pr_build.yml
vendored
3
.github/workflows/pr_build.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
|
||||
arch: amd64
|
||||
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
|
||||
# Android builds are currently failing
|
||||
#- os: ubuntu-18.04
|
||||
|
@ -76,6 +76,7 @@ jobs:
|
|||
arch: aarch64
|
||||
build_type: full
|
||||
image: docker.io/overte/overte-full-build:0.1.2-ubuntu-22.04-aarch64
|
||||
apt-dependencies: python3-packaging
|
||||
fail-fast: false
|
||||
runs-on: ${{matrix.runner}}
|
||||
container: ${{matrix.image}}
|
||||
|
|
Loading…
Reference in a new issue