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 6, 2024
1 parent 716ce2e commit c014bd3
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 @@ -136,7 +136,8 @@ jobs:
rm -rf .config .config.old tmp
ls -la
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 @@ -289,7 +289,8 @@ jobs:
rm -rf .config .config.old tmp
ls -la
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 c014bd3

Please sign in to comment.