Re: [dpdk-dev] [PATCH] ci: fix package installation in GitHub Actions
From: Ferruh Yigit <hidden>
Date: 2021-01-04 12:26:15
From: Ferruh Yigit <hidden>
Date: 2021-01-04 12:26:15
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, you can find their maintainers in the MAINTAINERS file.
For now I've pulled it into my own branch. This Actions thing is cool. It’s a huge timesaver. Thank you, Andrewquoted
On Dec 21, 2020, at 12:27 PM, David Marchand [off-list ref] wrote: On Sat, Dec 19, 2020 at 9:26 AM David Marchand [off-list ref] wrote:quoted
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 <redacted>Applied. -- David Marchand