Skip to content

Commit f2293ce

Browse files
committed
lmp/jobserv: use the lmp-sdk:next container on the pr build job
Recent versions of bitbake, post scarthgap, requires python 3.9.0 and to have that we need to use the lmp-sdk:next container. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
1 parent 8ddbcd1 commit f2293ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lmp/jobserv.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ triggers:
334334
AKLITE_TAG: premerge
335335
runs:
336336
- name: build-{loop}
337-
container: hub.foundries.io/lmp-sdk
337+
container: hub.foundries.io/lmp-sdk:next
338338
host-tag: amd64-partner-gcp-nocache
339339
loop-on:
340340
- param: MACHINE
@@ -355,7 +355,7 @@ triggers:
355355
bitbake: /var/cache/bitbake
356356

357357
- name: build-lmp-wayland-{loop}
358-
container: hub.foundries.io/lmp-sdk
358+
container: hub.foundries.io/lmp-sdk:next
359359
host-tag: amd64-partner-gcp-nocache
360360
loop-on:
361361
- param: MACHINE
@@ -372,7 +372,7 @@ triggers:
372372
bitbake: /var/cache/bitbake
373373

374374
- name: build-lmp-xwayland-{loop}
375-
container: hub.foundries.io/lmp-sdk
375+
container: hub.foundries.io/lmp-sdk:next
376376
host-tag: amd64-partner-gcp-nocache
377377
loop-on:
378378
- param: MACHINE

0 commit comments

Comments
 (0)