blob: 37eadfb4cc3d366b14f4e4094a3ad4ff7ce4673b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
# remounting /dev with rw because fuse's postinst needs to be able to chmod(1) /dev/cuse
before_script:
- mount -o remount,rw /dev
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
.test-autopkgtest:
timeout: 3h
variables:
SALSA_CI_DISABLE_BLHC: 1
SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
|