[Git][reproducible-builds/diffoscope][master] try to fix the gitlab job by remounting /dev

Mattia Rizzolo gitlab at salsa.debian.org
Fri Sep 28 17:53:34 CEST 2018


Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
6defca66 by Mattia Rizzolo at 2018-09-28T15:52:12Z
try to fix the gitlab job by remounting /dev

the previous jobs failed to install fuse.  some debugging showed that
the reasoon was that /dev is read-only and therefore a chmod(1) call
from fuse's postinst failed.

Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -1,5 +1,6 @@
 before_script:
   - apt-get -q update
+  - mount -o remount,rw /dev
   - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install --no-install-recommends aspcud apt-cudf
   - env DEBIAN_FRONTEND=noninteractive apt-get -q -y --solver aspcud -o APT::Solver::Strict-Pinning=0 -o Debug::pkgProblemResolver=yes build-dep .
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/6defca66ac49a4e06d691ef7fc34910d95dca256

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/6defca66ac49a4e06d691ef7fc34910d95dca256
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20180928/524b803e/attachment.html>


More information about the rb-commits mailing list