The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: enable bullseye-backports

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2261>

authored by

Simon Zeni and committed by
Marge Bot
15b13b40 b4f52d42

+15 -2
+2 -1
.gitlab-ci.yml
··· 132 132 .monado.variables.debian:bullseye: 133 133 variables: 134 134 FDO_DISTRIBUTION_VERSION: "bullseye" 135 - FDO_DISTRIBUTION_TAG: "2024-03-21" 135 + FDO_DISTRIBUTION_TAG: "2024-06-26" 136 136 137 137 # Variables for build and usage of Debian bookworm-ndk image 138 138 .monado.variables.debian:bookworm-ndk: ··· 188 188 189 189 variables: 190 190 FDO_DISTRIBUTION_PACKAGES: 'build-essential ca-certificates cmake curl debhelper devscripts dput-ng gettext-base git glslang-tools libbluetooth-dev libbsd-dev libcjson-dev libdbus-1-dev libegl1-mesa-dev libeigen3-dev libgl1-mesa-dev libglvnd-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libhidapi-dev libopencv-dev libsdl2-dev libsystemd-dev libudev-dev libusb-1.0-0-dev libuvc-dev libv4l-dev libvulkan-dev libwayland-dev libx11-dev libx11-xcb-dev libxcb-randr0-dev libxrandr-dev libxxf86vm-dev ninja-build pandoc patch pkg-config python3 unzip wayland-protocols wget' 191 + FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/bullseye_backports.sh' 191 192 192 193 # Make Debian bookworm-ndk image 193 194 debian:bookworm-ndk:container_prep:
+11
.gitlab-ci/bullseye_backports.sh
··· 1 + #!/bin/sh 2 + # SPDX-License-Identifier: CC0-1.0 3 + # SPDX-FileCopyrightText: 2024, Collabora, Ltd. and the Monado contributors 4 + 5 + set -e 6 + 7 + ( 8 + echo 'deb https://deb.debian.org/debian bullseye-backports main contrib' > /etc/apt/sources.list.d/backports.list 9 + apt-get update && apt-get upgrade 10 + apt-get install --no-install-recommends -y -t bullseye-backports cmake 11 + )
+2 -1
.gitlab-ci/config.yml
··· 117 117 XRT_HAVE_OPENCV: "OFF" 118 118 119 119 - codename: bullseye 120 - tag: "2024-03-21" 120 + tag: "2024-06-26" 121 + script: bullseye_backports.sh 121 122 deb_version_suffix: bpo11 122 123 packages: 123 124 <<: *default_debian_packages