Re: [dpdk-dev] [PATCH] ci: fix package installation in GitHub Actions

2021-01-05 Thread David Marchand
Hello Andrew, On Wed, Dec 30, 2020 at 7:00 PM Andrew Boyer wrote: > > Hello David, > I’m hitting this issue on the next/dpdk-next-net branch. Is there a way to > pull the patch into all of the next-* branches so that others don’t hit it > too? Sorry, I was offline, next-* branches are maintain

Re: [dpdk-dev] [PATCH] ci: fix package installation in GitHub Actions

2021-01-04 Thread Ferruh Yigit
On 12/30/2020 6:00 PM, Andrew Boyer wrote: Hello David, I’m hitting this issue on the next/dpdk-next-net branch. Is there a way to pull the patch into all of the next-* branches so that others don’t hit it too? next-net rebased on the main repo to include the commit, fyi. For the next trees,

Re: [dpdk-dev] [PATCH] ci: fix package installation in GitHub Actions

2020-12-30 Thread Andrew Boyer
Hello David, I’m hitting this issue on the next/dpdk-next-net branch. Is there a way to pull the patch into all of the next-* branches so that others don’t hit it too? For now I've pulled it into my own branch. This Actions thing is cool. It’s a huge timesaver. Thank you, Andrew > On Dec 21, 2

Re: [dpdk-dev] [PATCH] ci: fix package installation in GitHub Actions

2020-12-21 Thread David Marchand
On Sat, Dec 19, 2020 at 9:26 AM David Marchand wrote: > > APT cache must be updated to avoid trying to install an unavailable > version of a package. > > Fixes: 87009585e293 ("ci: hook to GitHub Actions") > > Signed-off-by: David Marchand Applied. -- David Marchand

[dpdk-dev] [PATCH] ci: fix package installation in GitHub Actions

2020-12-19 Thread David Marchand
APT cache must be updated to avoid trying to install an unavailable version of a package. Fixes: 87009585e293 ("ci: hook to GitHub Actions") Signed-off-by: David Marchand --- I did not find a way for the update to be done by GHA itself, so adding an explicit step. The robot hits this issue on a