aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/binutils-boot-2.20.1a.patch
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2023-06-23 11:32:47 +0200
committerLudovic Courtès <ludo@gnu.org>2023-10-08 23:43:50 +0200
commite9c0bb0341b8c7d4d6e24b989d2a7e1d6b2385cf (patch)
tree08b98c3b8bd6760176b68dd338c6db46be40ac9e /gnu/packages/patches/binutils-boot-2.20.1a.patch
parent96b40c3ebad78908827a6d597fab8a5191d384ec (diff)
downloadguix-e9c0bb0341b8c7d4d6e24b989d2a7e1d6b2385cf.tar.gz
guix-e9c0bb0341b8c7d4d6e24b989d2a7e1d6b2385cf.zip
gnu: python-distributed: Disable failing tests.
* gnu/packages/python-science.scm (python-distributed): Disable failing tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/binutils-boot-2.20.1a.patch')
0 files changed, 0 insertions, 0 deletions
a>Ludovic Courtès 2017-03-09hydra: Really disable 32-to-64-bit cross-builds....Fixes <http://bugs.gnu.org/26022>. Reported by Efraim Flashner <efraim@flashner.co.il>. * build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs](from-32-to-64?): Check whether TARGET contains "64" rather than checking whether TARGET ends in "64", which is rarely the case. (same?): Add special case for armhf-linux. Ludovic Courtès 2017-02-17hydra: Add "aarch64-linux-gnu" as a cross-compilation target....* build-aux/hydra/gnu-system.scm (%cross-targets): Add "aarch64-linux-gnu". Efraim Flashner 2017-02-14hydra: Add "aarch64-linux-gnu" as a cross-compilation target....* build-aux/hydra/gnu-system.scm (%cross-targets): Add "aarch64-linux-gnu". Efraim Flashner 2017-01-20hydra: Add "i586-pc-gnu" as a cross-compilation target....* build-aux/hydra/gnu-system.scm (%cross-targets): Add "i586-pc-gnu". Ludovic Courtès