Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
15570cd9
Commit
15570cd9
authored
Feb 02, 2021
by
longpanda
Browse files
CI Debug
parent
e76edf92
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.github/workflows/ci.yml
.github/workflows/ci.yml
+1
-1
GRUB2/buildgrub.sh
GRUB2/buildgrub.sh
+2
-1
No files found.
.github/workflows/ci.yml
View file @
15570cd9
...
@@ -29,5 +29,5 @@ jobs:
...
@@ -29,5 +29,5 @@ jobs:
path
:
INSTALL/ventoy-*livecd*
path
:
INSTALL/ventoy-*livecd*
-
uses
:
actions/upload-artifact@v2
-
uses
:
actions/upload-artifact@v2
with
:
with
:
name
:
build-log
name
:
xxx-
build-log
path
:
DOC/build.log
path
:
DOC/build.log
GRUB2/buildgrub.sh
View file @
15570cd9
...
@@ -58,8 +58,9 @@ sh install.sh arm64
...
@@ -58,8 +58,9 @@ sh install.sh arm64
# build for i386-pc
# build for i386-pc
echo
'======== build grub2 for i386-pc ==============='
echo
'======== build grub2 for i386-pc ==============='
make distclean
./autogen.sh
./autogen.sh
./configure
--prefix
=
$VT_GRUB_DIR
/INSTALL/
./configure
--target
=
i386
--with-platform
=
pc
--prefix
=
$VT_GRUB_DIR
/INSTALL/
make
-j
16
make
-j
16
sh install.sh
sh install.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment