Skip to content

Commit

Permalink
Modify the test architecture of 6.6 kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Apr 4, 2024
1 parent 6a0955a commit 716ce2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
working-directory: ${{ env.OPENWRT_ROOT_PATH }}
run: |
if [ "${{ matrix.tag_branche }}" = "master-k6.6" ]; then
echo "CONFIG_TARGET_mediatek=y" >> $OPENWRT_ROOT_PATH/.config
echo "CONFIG_TARGET_x86=y" >> $OPENWRT_ROOT_PATH/.config
echo "CONFIG_TARGET_x86_64=y" >> $OPENWRT_ROOT_PATH/.config
echo "CONFIG_LINUX_6_6=y" >> $OPENWRT_ROOT_PATH/.config
echo "CONFIG_TESTING_KERNEL=y" >> $OPENWRT_ROOT_PATH/.config
elif [ "${{ matrix.compile }}" = "SHORTCUT_FE_DRV" ]; then
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ jobs:
working-directory: ${{ env.OPENWRT_ROOT_PATH }}
run: |
if [ "${{ matrix.tag_branche }}" = "master-k6.6" ]; then
echo "CONFIG_TARGET_mediatek=y" >> $OPENWRT_ROOT_PATH/.config
echo "CONFIG_TARGET_x86=y" >> $OPENWRT_ROOT_PATH/.config
echo "CONFIG_TARGET_x86_64=y" >> $OPENWRT_ROOT_PATH/.config
echo "CONFIG_LINUX_6_6=y" >> $OPENWRT_ROOT_PATH/.config
echo "CONFIG_TESTING_KERNEL=y" >> $OPENWRT_ROOT_PATH/.config
elif [ "${{ matrix.compile }}" = "SHORTCUT_FE_DRV" ]; then
Expand Down

0 comments on commit 716ce2e

Please sign in to comment.