From 98bf5ffe2d1da771544180562bee5b3adbe596ff Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Tue, 1 Dec 2020 09:33:16 +0100 Subject: Revert "ci: Temporarily disable image-jobs." This reverts commit a79041f0b583ef3399bb46ac2a6c03a4db636573. The issue has been fixed with 07a33b1d21e240781072352f93206cfdc765f907. --- gnu/ci.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/ci.scm b/gnu/ci.scm index a7ed733bb5..5548d9560e 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -544,9 +544,7 @@ Return #f if no such checkout is found." (package->job store package system)))) (append (filter-map job all) - ;; Disable until - ;; https://issues.guix.gnu.org/44952 is fixed. - ;(image-jobs store system) + (image-jobs store system) (system-test-jobs store system #:source source #:commit commit) -- cgit v1.2.3