1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
variables:
# This package is marked 'all', which means that these targets is
# superficial, the 'ALL' target is the same as 'build'.
SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1
# Package has no compiled code.
SALSA_CI_DISABLE_BLHC: 1
# This would have failed if it had time to complete, the package does not
# build reproducible.
reprotest:
allow_failure: true
.build-package:
timeout: 2h
|