Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Install newer version of scapy. #12

Merged
merged 2 commits into from
Mar 4, 2024
Merged

ci: Install newer version of scapy. #12

merged 2 commits into from
Mar 4, 2024

Conversation

fnordahl
Copy link
Member

@fnordahl fnordahl commented Mar 4, 2024

ovn-org/ovn/b7fe2c8b1b08 makes use of scapy features that are not available in scapy 2.4.4 as shipped with ubuntu-22.04.

This works in the ovn repository because they run the testsuites from purpose built containers instead of directly on the GitHub Actions runner image.

For now let's just install the scapy dependency from pip instead.

@fnordahl fnordahl force-pushed the install-newer-scapy branch from 97e4b45 to 7cb8bc1 Compare March 4, 2024 11:24
fnordahl added 2 commits March 4, 2024 12:31
ovn-org/ovn/b7fe2c8b1b08 makes use of scapy features that are not
available in scapy 2.4.4 as shipped with ubuntu-22.04.

This works in the ovn repository because they run the testsuites
from purpose built containers instead of directly on the GitHub
Actions runner image.

For now let's just install the scapy dependency from pip instead.

Reported-at: https://launchpad.net/bugs/2055862
Signed-off-by: Frode Nordahl <[email protected]>
@fnordahl fnordahl force-pushed the install-newer-scapy branch from 7cb8bc1 to 96f3d7f Compare March 4, 2024 11:31
@fnordahl fnordahl marked this pull request as ready for review March 4, 2024 12:39
@fnordahl fnordahl merged commit 6ca0517 into main Mar 4, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant