openwrt / gh-action-sdk

GitHub CI action to build packages via SDK
29 stars 47 forks source link

Add dirty patch check #2

Closed lipnitsk closed 3 years ago

lipnitsk commented 3 years ago

As discussed with @neheb and @aparcar on #openwrt-devel and https://github.com/openwrt/packages/pull/14646

Signed-off-by: Ilya Lipnitskiy ilya.lipnitskiy@gmail.com

aparcar commented 3 years ago

I tried to trigger the check via the following PR but it doesn't work, any ideas? https://github.com/openwrt/packages/pull/14783

lipnitsk commented 3 years ago

I think the reason is that the package feed is at /home/runner/work/packages/packages/utils/podman, whereas OpenWrt build dir is at /home/build/openwrt and the script is looking under ./feeds, let me see if I can generify it a bit..