Commit da044c88 authored by Jon Mason's avatar Jon Mason
Browse files

CI: use uboot instead of none for juno

Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment