1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: openjdk11: Double max-silent-time timeout property.

* gnu/packages/java.scm (openjdk11) [properties]: New field.

Change-Id: I4370a4d8bc75c139334ef41778c17d391561e356
This commit is contained in:
Maxim Cournoyer
2026-02-18 10:18:32 +09:00
parent 9888260728
commit a2c347c1fb

View File

@@ -1570,7 +1570,11 @@ new Date();"))))
(synopsis "Java development kit")
(description
"This package provides the Java development kit OpenJDK.")
(license license:gpl2+)))
(license license:gpl2+)
(properties
;; At least on a Blackbird powerpc64le machine, the build takes more than
;; the default 3600s of silent timeout.
`((max-silent-time . ,(* 3600 2))))))
(define-syntax make-openjdk
;; Return an OpenJDK package at VERSION with checksum HASH, using BOOTSTRAP,