diff options
| author | Michael Biebl <biebl@debian.org> | 2024-07-04 23:08:59 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-07-04 23:47:45 +0200 |
| commit | 080a37f1e51bb6f31f8c1f275cbf8a5d4784c15f (patch) | |
| tree | 2d4f21ad2ed7520aab6e2f751d77711ce06db554 /debian | |
| parent | e02a03c5b43a107b4f8ee8e517268a0f790a25c4 (diff) | |
Enable standard Salsa CI
Disable test-crossbuild-arm64 as it requires changes to gobject-introspection for it to actually work. See #1030223.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/salsa-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 00000000..dea268e9 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,7 @@ +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: + # Blocked by https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030223 + SALSA_CI_DISABLE_CROSSBUILD_ARM64: 'true' |