Skip to content

Commit 43e6bcf

Browse files
committed
fix(workflows): Stop building GEN device family
- GitHub pages are introduced for customers/ developers to get access the latest bleeding-edge documentation - DEVFAMILY=GEN is not used in production by any OS & hence contains irrelevant information [1]. So, stop building it as a part of CICD. [1]: https://texasinstruments.github.io/processor-sdk-doc/processor-sdk-linux-GEN/esd/docs/10_01/linux/index.html Signed-off-by: Chirag Shilwant <[email protected]>
1 parent d45aadb commit 43e6bcf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- AM69
3838
- CORESDK
3939
- DRA821A
40-
- GEN
4140
- J7200
4241
- J721E
4342
- J721S2
@@ -49,8 +48,6 @@ jobs:
4948
device: AM62PX
5049
- os: android
5150
device: AM62X
52-
- os: android
53-
device: GEN
5451

5552
steps:
5653
- name: Checkout

0 commit comments

Comments
 (0)