kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.08k stars 270 forks source link

Github actions CI/CD failure #651

Open obormot opened 1 year ago

obormot commented 1 year ago

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

kbandla commented 1 year ago

Ack, looking into this

obormot commented 1 year ago

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