File: salsa-ci.yml

package info (click to toggle)
streamlink 8.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,608 kB
  • sloc: python: 51,763; sh: 184; makefile: 152
file content (15 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
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:
  # variations disabled:
  #  - kernel: pycryptodomex call load_lib to load gmp, where load_lib calls
  #    ldconfig -p. ldconfig will crash with "FATAL: Kernel too old" when the
  #    kernel version is faked to 2.6.
  SALSA_CI_REPROTEST_ARGS: --variations=+all,-kernel
  # python3.10 hangs when faketime changes monotonic clock
  # (see https://github.com/wolfcw/libfaketime/issues/390)
  FAKETIME_DONT_FAKE_MONOTONIC: 1
  # If there is a reproducibility test failure, shows the differences
  SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: 1