Skip to content

Commit 0241969

Browse files
committed
fwk/lotus-azalea: Checkout correct cmsis
BUG= BRANCH=fwk-lotus-azalea-19573 TEST=zmake build lotus, zmake build azalea Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 621a069 commit 0241969

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lotus-azalea-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
max-parallel: 1
1717
matrix:
1818
platform: [
19-
{ name: lotus, folder: marigold1, ver: "0.0.0", sha_len: 7, zephyr_ref: "lotus-zephyr", cmsis_ref: "cros/chromeos-main", remote: "github-private" },
20-
{ name: azalea, folder: marigold1, ver: "0.0.0", sha_len: 7, zephyr_ref: "lotus-zephyr", cmsis_ref: "cros/chromeos-main", remote: "github-private" },
19+
# c1488028cf525335b95b277112795219dc6b7688 is bad and won't build with our lotus EC branch
20+
{ name: lotus, folder: marigold1, ver: "0.0.0", sha_len: 7, zephyr_ref: "lotus-zephyr", cmsis_ref: "c1488028cf525335b95b277112795219dc6b7688^", remote: "github-private" },
21+
{ name: azalea, folder: marigold1, ver: "0.0.0", sha_len: 7, zephyr_ref: "lotus-zephyr", cmsis_ref: "c1488028cf525335b95b277112795219dc6b7688^", remote: "github-private" },
2122
]
2223

2324

0 commit comments

Comments
 (0)