dpkt icon indicating copy to clipboard operation
dpkt copied to clipboard

Github actions CI/CD failure

Open obormot opened this issue 2 years ago • 2 comments

This currently blocks https://github.com/kbandla/dpkt/pull/650 and any future pull requests. On Dec 15th '22 GitHub switched its "ubuntu-latest" from Ubuntu 20.04 to 22.04, which doesn't support the older python versions set up for dpkt (3.5, 3.6 etc.) https://github.com/actions/runner-images/issues/6399 We either need to pin, or upgrade the python versions, or pin to ubuntu-20.04 label instead of ubuntu-latest

obormot avatar Jan 24 '23 18:01 obormot

Ack, looking into this

kbandla avatar Jan 26 '23 01:01 kbandla

Thanks @kbandla I pushed a quick fix via https://github.com/kbandla/dpkt/pull/652 which helped to unblock the builds for the time being

obormot avatar Jan 26 '23 02:01 obormot