We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mediatek
1 parent d6cb84b commit cb2a2f1Copy full SHA for cb2a2f1
config/pipeline.yaml
@@ -278,6 +278,9 @@ trees:
278
next:
279
url: 'https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git'
280
281
+ mediatek:
282
+ url: 'https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git'
283
+
284
platforms:
285
286
docker:
@@ -647,3 +650,8 @@ build_configs:
647
650
tree: next
648
651
branch: 'master'
649
652
variants: *build-variants
653
654
+ mediatek_for_next:
655
+ tree: mediatek
656
+ branch: 'for-next'
657
+ variants: *build-variants
0 commit comments