diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/virtualization.scm | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 5bee79cbb4f..bfaf462e248 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2020 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org> | 3 | ;;; Copyright © 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org> |
| 4 | ;;; Copyright © 2016, 2017, 2018. 2019 Efraim Flashner <efraim@flashner.co.il> | 4 | ;;; Copyright © 2016, 2017, 2018. 2019 Efraim Flashner <efraim@flashner.co.il> |
| 5 | ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> | 5 | ;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net> |
| @@ -129,9 +129,15 @@ | |||
| 129 | "1w38hzlw7xp05gcq1nhga7hxvndxy6dfcnzi7q2il8ff110isj6k")))) | 129 | "1w38hzlw7xp05gcq1nhga7hxvndxy6dfcnzi7q2il8ff110isj6k")))) |
| 130 | (build-system gnu-build-system) | 130 | (build-system gnu-build-system) |
| 131 | (arguments | 131 | (arguments |
| 132 | '(;; Running tests in parallel can occasionally lead to failures, like: | 132 | `(;; Running tests in parallel can occasionally lead to failures, like: |
| 133 | ;; boot_sector_test: assertion failed (signature == SIGNATURE): (0x00000000 == 0x0000dead) | 133 | ;; boot_sector_test: assertion failed (signature == SIGNATURE): (0x00000000 == 0x0000dead) |
| 134 | #:parallel-tests? #f | 134 | #:parallel-tests? #f |
| 135 | |||
| 136 | ;; FIXME: Disable tests on i686 to work around | ||
| 137 | ;; <https://bugs.gnu.org/40527>. | ||
| 138 | #:tests? ,(or (%current-target-system) | ||
| 139 | (not (string=? "i686-linux" (%current-system)))) | ||
| 140 | |||
| 135 | #:configure-flags (list "--enable-usb-redir" "--enable-opengl" | 141 | #:configure-flags (list "--enable-usb-redir" "--enable-opengl" |
| 136 | "--enable-docs" | 142 | "--enable-docs" |
| 137 | (string-append "--smbd=" | 143 | (string-append "--smbd=" |
