mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 18:06:57 +02:00
Install missing xcb/glx.h dependency.
This commit is contained in:
parent
760b846bb1
commit
1101a2aeb4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pr_build.yml
vendored
4
.github/workflows/pr_build.yml
vendored
|
@ -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: libxcb-glx0-dev # add missing dependencies to docker image when convenient
|
||||||
image: docker.io/overte/overte-full-build:0.1.6-ubuntu-20.04-amd64
|
image: docker.io/overte/overte-full-build:0.1.6-ubuntu-20.04-amd64
|
||||||
# Android builds are currently failing
|
# Android builds are currently failing
|
||||||
#- os: ubuntu-18.04
|
#- os: ubuntu-18.04
|
||||||
|
@ -75,8 +75,8 @@ jobs:
|
||||||
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
build_type: full
|
build_type: full
|
||||||
|
apt-dependencies: libxcb-glx0-dev # add missing dependencies to docker image when convenient
|
||||||
image: docker.io/overte/overte-full-build:0.1.6-ubuntu-22.04-aarch64
|
image: docker.io/overte/overte-full-build:0.1.6-ubuntu-22.04-aarch64
|
||||||
# apt-dependencies: # add missing dependencies to docker image when convenient
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{matrix.runner}}
|
runs-on: ${{matrix.runner}}
|
||||||
container: ${{matrix.image}}
|
container: ${{matrix.image}}
|
||||||
|
|
Loading…
Reference in a new issue