Browse Source

.shippable: --disable-docs for cross-compile tests

The sphinx support is fairly new and we don't seem to have all the
bugs worked out for cross development environments right now.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200203090932.19147-6-alex.bennee@linaro.org>
Alex Bennée 5 năm trước cách đây
mục cha
commit
f2dfb09ceb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .shippable.yml

+ 1 - 1
.shippable.yml

@@ -37,5 +37,5 @@ build:
     - unset CC
     - unset CC
     - mkdir build
     - mkdir build
     - cd build
     - cd build
-    - ../configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
+    - ../configure --disable-docs ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST}
     - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))
     - make -j$(($(getconf _NPROCESSORS_ONLN) + 1))