diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-08-19 19:46:11 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-08-19 19:48:36 +0300 |
| commit | 368bea26151b96bec88f92439230fdaf2b86c25a (patch) | |
| tree | 6050cf464c34cf3ad9eae6279a3193d52ac232bd | |
| parent | a820849c9dcd88ac57c23320304e2f169c9b9892 (diff) | |
gnu: diffutils: Skip some tests on all powerpc architectures.
This is a follow-up to e3fbaeee1386fd447f40ffdf53d964d1f8541d49.
* gnu/packages/base.scm (diffutils)[arguments]: When building for any
powerpc architecture add make-flags to mark 2 tests as failed.
Change-Id: Iceea5bbb045b10f704da4783abd8bf244941e793
| -rw-r--r-- | gnu/packages/base.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 320081d818e..66d4719998e 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -374,7 +374,7 @@ differences.") #~'("XFAIL_TESTS=test-year2038")) ;; TODO: Figure out why these gnulib tests are failing. ((and (not (%current-target-system)) - (target-ppc64le?)) + (target-powerpc?)) #~'("XFAIL_TESTS=test-float-h large-subopt")) (else #~'())) |
