]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
CI Debug
authorlongpanda <admin@ventoy.net>
Tue, 2 Feb 2021 04:03:53 +0000 (12:03 +0800)
committerlongpanda <admin@ventoy.net>
Tue, 2 Feb 2021 04:03:53 +0000 (12:03 +0800)
.github/workflows/ci.yml
GRUB2/buildgrub.sh

index afab84601290e8e0d3fef91d629f99af35dbb637..670cea293c53dce5cffc466e3f8aaf95df0f77a7 100644 (file)
@@ -29,5 +29,5 @@ jobs:
         path: INSTALL/ventoy-*livecd*
     - uses: actions/upload-artifact@v2
       with:
-        name: build-log
+        name: xxx-build-log
         path: DOC/build.log
index c1878f09b9c93f58939e1e237c8740f6b5f59b9b..c172a6815f6aa0f82a39cec41f5133678ce80c51 100644 (file)
@@ -58,8 +58,9 @@ sh install.sh arm64
 
 # build for i386-pc
 echo '======== build grub2 for i386-pc ==============='
+make distclean
 ./autogen.sh
-./configure  --prefix=$VT_GRUB_DIR/INSTALL/
+./configure --target=i386 --with-platform=pc --prefix=$VT_GRUB_DIR/INSTALL/
 make -j 16
 sh install.sh