File: salsa-ci.yml

package info (click to toggle)
libcamera 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,488 kB
  • sloc: cpp: 85,656; python: 18,099; ansic: 12,763; sh: 1,309; makefile: 60
file content (15 lines) | stat: -rw-r--r-- 433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

variables:
  SALSA_CI_DISABLE_BUILD_PACKAGE_ARM64: 0
  SALSA_CI_DISABLE_CROSSBUILD_ARM64: 0
  SALSA_CI_DISABLE_DEBREBUILD: 1
  SALSA_CI_DISABLE_REPROTEST: 1
# libcamera is known not to be reproducible, see:
# https://gitlab.freedesktop.org/camera/libcamera/-/issues/233

# See https://bugs.debian.org/1088099
blhc:
  allow_failure: true