1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02:00

gnu: singularity: Do not use the "errors=remount-ro" squashfs option.

This mount option stopped being supported with Linux-libre 5.4.5:

  http://ci.guix.gnu.org/build/2056359/details

* gnu/packages/linux.scm (singularity)[source]: Remove
"errors=remount-ro" mount option from source code.
This commit is contained in:
Ludovic Courtès
2020-03-12 16:38:44 +01:00
committed by Ludovic Courtès
parent 22464cf32a
commit e0dbed64c5
+6
View File
@@ -3482,6 +3482,12 @@ thanks to the use of namespaces.")
_ program)
(string-append "/run/setuid-programs/singularity-"
program "-helper")))
;; These squashfs mount options are apparently no longer
;; supported since Linux-libre 5.4.5.
(substitute* "src/lib/image/squashfs/mount.c"
(("\"errors=remount-ro\"")
"NULL"))
#t))))
(build-system gnu-build-system)
(arguments