File: gitlab-ci.salsa.yml

package info (click to toggle)
moarvm 2024.09%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,548 kB
  • sloc: cpp: 378,682; ansic: 293,618; perl: 8,274; java: 2,682; python: 1,296; makefile: 816; sh: 292
file content (21 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

variables:
  # run blhc, but allow it to fail (until minilua is built "properly")
  SALSA_CI_DISABLE_BLHC: 0
  # run reprotest, but allow it to fail
  SALSA_CI_DISABLE_REPROTEST: 0
  SALSA_CI_DISABLE_BUILD_PACKAGE_TWICE: 0
  # create apt repository to be used by nqp and rakudo ci builds
  SALSA_CI_DISABLE_APTLY: 0
  # currently fails to set up cross-compilation correctly.
  SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1
  RELEASE: experimental

reprotest:
  allow_failure: true

blhc:
  allow_failure: true