mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs: Also skip integrity check for i686-linux.
The same cases fail as with armhf-linux. * gnu/packages/emacs.scm (emacs-no-x)[#:phases]<validate-comp-integrity>: Also skip check on i686-linux.
This commit is contained in:
parent
a17976e975
commit
0485e3a4a6
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ (define (first-subdirectory/absolute directory)
|
|||
#$(cond
|
||||
((%current-target-system)
|
||||
#~(display "Cannot validate native-comp on cross builds.\n"))
|
||||
((string=? (%current-system) "armhf-linux")
|
||||
((member (%current-system) '("armhf-linux" "i686-linux"))
|
||||
#~(display "Integrity test is broken on armhf.\n"))
|
||||
(else
|
||||
#~(invoke
|
||||
|
|
Loading…
Reference in a new issue