blob: 8a5ded86be7f1cb4c0fb04ab6e609a15ec807673 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
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:
RELEASE: 'bookworm'
# Until https://bugs.debian.org/976175 is fixed in blhc
SALSA_CI_DISABLE_BLHC: 1
# cross-building never worked
SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1
|