mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:57:23 +02:00
Disable Android builds
This commit is contained in:
parent
cf9e93b611
commit
7243d489f5
1 changed files with 4 additions and 3 deletions
7
.github/workflows/pr_build.yml
vendored
7
.github/workflows/pr_build.yml
vendored
|
@ -48,9 +48,10 @@ jobs:
|
||||||
- os: ubuntu-18.04
|
- os: ubuntu-18.04
|
||||||
build_type: full
|
build_type: full
|
||||||
apt-dependencies: mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0 libsnappy1v5 libwebpdemux2 libwebpmux3 python3-distro
|
apt-dependencies: mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0 libsnappy1v5 libwebpdemux2 libwebpmux3 python3-distro
|
||||||
- os: ubuntu-18.04
|
# Android builds are currently failing
|
||||||
build_type: android
|
#- os: ubuntu-18.04
|
||||||
apt-dependencies: mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0 python3-github python3-distro
|
# build_type: android
|
||||||
|
# apt-dependencies: mesa-common-dev libegl1 libglvnd-dev libdouble-conversion1 libpulse0 python3-github python3-distro
|
||||||
# Do not change the names of self-hosted runners without knowing what you are doing, as they correspond to labels that have to be set on the runner.
|
# Do not change the names of self-hosted runners without knowing what you are doing, as they correspond to labels that have to be set on the runner.
|
||||||
- os: self-hosted_debian-11_aarch64
|
- os: self-hosted_debian-11_aarch64
|
||||||
build_type: full
|
build_type: full
|
||||||
|
|
Loading…
Reference in a new issue