Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wanghuo-open
meta-arm
Commits
da044c88
Commit
da044c88
authored
2 years ago
by
Jon Mason
Browse files
Options
Download
Email Patches
Plain Diff
CI: use uboot instead of none for juno
Signed-off-by:
Jon Mason
<
jon.mason@arm.com
>
parent
2ae58425
master
langdale
mickledore
nanbield
scarthgap
testing/gcs
5.0
4.3.1
4.3
4.2.1
4.2
4.1.2
4.1.1
4.1
yocto-5.0
yocto-4.3.1
yocto-4.3
yocto-4.2.1
yocto-4.2
yocto-4.1.2
yocto-4.1.1
yocto-4.1
CORSTONE1000-2024.06
CORSTONE1000-2023.11
CORSTONE1000-2023.06
CORSTONE1000-2022.11.23
CORSTONE1000-2022.11.10
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
.gitlab-ci.yml
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
View file @
da044c88
...
...
@@ -67,6 +67,7 @@ update-repos:
# Available options for building are
# TOOLCHAINS: [gcc, clang, armgcc, external-gccarm]
# TCLIBC: [glibc, musl]
# FIRMWARE: [uboot, edk2]
# VIRT: [none, xen]
# TESTING: testimage
...
...
@@ -134,7 +135,7 @@ juno:
parallel
:
matrix
:
-
TOOLCHAINS
:
[
gcc
,
clang
]
FIRMWARE
:
[
none
,
edk2
]
FIRMWARE
:
[
uboot
,
edk2
]
microbit-v1
:
extends
:
.build_and_test
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help