blob: 3c99ae98b1ed39b06497fc965360345865c956db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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:
# FTCBFS because of missing build-deps that are unlikely to be fixed any soon.
SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1
# Fail on Lintian warnings
SALSA_CI_LINTIAN_FAIL_WARNING: 1
SALSA_CI_LINTIAN_SUPPRESS_TAGS: >-
orig-tarball-missing-upstream-signature,
package-name-defined-in-config-h,
# Not reproducible when varying the build_path.
SALSA_CI_REPROTEST_ARGS: --variations=-build_path
|