Skip to content

Commit f6ca434

Browse files
committed
pr-checks: Build nati_x86_64_defconfig
Build nati_x86_64_defconfig and check if it needs updation Signed-off-by: Chaitanya Vadrevu <[email protected]>
1 parent 02a4027 commit f6ca434

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ jobs:
2929
GITHUB_CONTEXT: ${{ toJson(github) }}
3030
run: echo "$GITHUB_CONTEXT"
3131

32+
- name: Build nati_x86_64_defconfig
33+
run: |
34+
make nati_x86_64_defconfig
35+
make -j8 bzImage modules
36+
37+
- name: Check if nati_x86_64_defconfig needs updation
38+
run: |
39+
make nati_x86_64_defconfig
40+
make savedefconfig
41+
diff defconfig arch/x86/configs/nati_x86_64_defconfig
42+
3243
- name: format-patch
3344
run: |
3445
common_ancestor=$(git merge-base HEAD origin/${{ github.base_ref }})

0 commit comments

Comments
 (0)