grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 09/10] travis: Disable MIPS target


From: Alexander Graf
Subject: [PATCH v3 09/10] travis: Disable MIPS target
Date: Tue, 4 Jun 2019 12:27:33 +0200

The MIPS target currently does not compile due to the following error
message:

  configure: error: could not force big-endian

If anyone cares enough about MIPS to fix it up, be my guest and revert
this commit afterwards. For now, we really need to move forward with
a fully successful travis run to ensure that we catch regressions early
on.

Signed-off-by: Alexander Graf <address@hidden>
---
 .travis.yml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5867efea5..b63a992aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,10 +112,13 @@ matrix:
       env:
         - GRUB_TARGETS="ia64-efi"
         - CROSS_TARGETS="ia64-linux"
-    - name: "mips"
-      env:
-        - GRUB_TARGETS="mips-arc mipsel-arc mipsel-qemu_mips-elf 
mips-qemu_mips-flash"
-        - CROSS_TARGETS="mips64-linux"
+    # MIPS fails with the following error currently. If anyone cares about MIPS
+    # testing, please reenable it after resolving the problem:
+    #    configure: error: could not force big-endian
+    #- name: "mips"
+    #  env:
+    #    - GRUB_TARGETS="mips-arc mipsel-arc mipsel-qemu_mips-elf 
mips-qemu_mips-flash"
+    #    - CROSS_TARGETS="mips64-linux"
     - name: "arm"
       env:
         - GRUB_TARGETS="arm-coreboot-vexpress arm-efi arm-uboot"
-- 
2.16.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]