File: salsa-ci.yml

package info (click to toggle)
python-polyfactory 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,148 kB
  • sloc: python: 11,529; makefile: 102; sh: 34
file content (18 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# https://salsa.debian.org/salsa-ci-team/pipeline

---
include:
  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

variables:
  BUILD_PROFILES: nocheck
# We haven't any platform specific packages.
  SALSA_CI_DISABLE_BLHC: 1
  SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
# Ignore to build on i386, we depend on python3-msgspec which isn't avaialble
# on that platform.
  SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1
  SALSA_CI_ENABLE_BUILD_PACKAGE_PROFILES: 1

reprotest:
  allow_failure: true