-
Notifications
You must be signed in to change notification settings - Fork 683
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
support ubuntu 24 in CI #1486
Merged
Merged
support ubuntu 24 in CI #1486
Changes from 22 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1ee855f
support ubuntu24
tigercosmos f3edb1a
Merge branch 'dev' into ubuntu24
tigercosmos ed212f4
test
tigercosmos ed73da0
update
tigercosmos 65dc067
update
tigercosmos 800d192
try
tigercosmos 4600133
test
tigercosmos 8054c90
try
tigercosmos a7603f0
test
tigercosmos ab07076
use bash for linux
tigercosmos 2868ccf
test
tigercosmos ce005bd
test
tigercosmos 7d3d143
try
tigercosmos 4a7f697
try
tigercosmos 4f4147f
replace netifaces by psutil
zhengfeihe e39de2b
Update ci/run_tests/requirements.txt
tigercosmos 5f80c36
temporarily disable other tests
tigercosmos 8541ce1
test
tigercosmos 2241be8
format code
zhengfeihe 84245b7
Merge branch '1489' into ubuntu24
tigercosmos 6d31da5
test
tigercosmos a5f2dac
Revert "temporarily disable other tests"
tigercosmos 7b18e8b
try activate venv for pre-commit
tigercosmos 5ea9c4f
Revert "try activate venv for pre-commit"
tigercosmos 9963098
Merge remote-tracking branch 'upstream/dev' into ubuntu24
tigercosmos bd3ce12
update
tigercosmos a853f08
python3
tigercosmos 10b4866
Merge branch 'dev' into ubuntu24
tigercosmos 5828da4
try
tigercosmos 04a2216
Merge branch 'ubuntu24' of github.com:tigercosmos/PcapPlusPlus into u…
tigercosmos 167664d
add "Prepare environment for tests" step
tigercosmos 4f3dc32
fix
tigercosmos 2b4ac4e
fix
tigercosmos f3ed6b2
add a comment
tigercosmos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
netifaces==0.11.0 | ||
psutil==6.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related with this PR directly but, it is possible to use pre-commit.ci but we should remove cppcheck and clang-format from pre-commit since they require pre-installed binaries.