Skip to content

Update Arm and ICPX images to Ubuntu 26.04#2185

Merged
seladb merged 3 commits into
devfrom
ubuntu-2604-arm-intel
Jul 14, 2026
Merged

Update Arm and ICPX images to Ubuntu 26.04#2185
seladb merged 3 commits into
devfrom
ubuntu-2604-arm-intel

Conversation

@seladb

@seladb seladb commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Changes the images being used for ICPX and Arm to images based on Ubuntu 26.04

@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.66%. Comparing base (ab9ad1d) to head (2c20518).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2185      +/-   ##
==========================================
- Coverage   82.78%   82.66%   -0.13%     
==========================================
  Files         332      332              
  Lines       60059    60154      +95     
  Branches    12406    12528     +122     
==========================================
+ Hits        49722    49724       +2     
- Misses       8940     9020      +80     
- Partials     1397     1410      +13     
Flag Coverage Δ
23.11.6 7.28% <ø> (-0.01%) ⬇️
24.11.5 7.26% <ø> (-0.02%) ⬇️
25.11.1 7.26% <ø> (-0.03%) ⬇️
alpine320 76.87% <ø> (ø)
fedora42 76.43% <ø> (-0.03%) ⬇️
macos-15 82.27% <ø> (ø)
macos-26 82.26% <ø> (-0.02%) ⬇️
macos-26-intel 82.19% <ø> (-0.01%) ⬇️
mingw32 70.97% <ø> (-0.02%) ⬇️
mingw64 70.86% <ø> (ø)
npcap 85.70% <ø> (ø)
rhel94 76.24% <ø> (-0.03%) ⬇️
ubuntu2204 76.29% <ø> (-0.01%) ⬇️
ubuntu2204-icpx ?
ubuntu2404 76.56% <ø> (-0.02%) ⬇️
ubuntu2404-arm64 ?
ubuntu2604 76.51% <ø> (-0.03%) ⬇️
ubuntu2604-arm64 76.35% <ø> (?)
ubuntu2604-icpx 59.05% <ø> (?)
unittest 82.66% <ø> (-0.13%) ⬇️
windows-2022 85.70% <ø> (+<0.01%) ⬆️
windows-2025 85.42% <ø> (ø)
winpcap 85.63% <ø> (ø)
xdp 52.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


# Fetch Google Benchmark
FetchContent_Declare(benchmark GIT_REPOSITORY https://github.com/google/benchmark.git GIT_TAG v1.9.0)
FetchContent_Declare(benchmark GIT_REPOSITORY https://github.com/google/benchmark.git GIT_TAG v1.9.5)

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This upgrade is needed to get this fix: google/benchmark#2108 that breaks CI with ICPX: https://github.com/seladb/PcapPlusPlus/actions/runs/29216259673/job/86712680266


add_executable(BenchmarkExampleGoogle benchmark-google.cpp)

target_compile_definitions(BenchmarkExampleGoogle PRIVATE NOMINMAX)

@seladb seladb Jul 13, 2026

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is needed to fix this issue that break CI on VS 2026 (after upgrading Google Benchmark to v1.9.5): https://github.com/seladb/PcapPlusPlus/actions/runs/29217148400/job/86715127841

@seladb seladb marked this pull request as ready for review July 13, 2026 03:07
@seladb seladb merged commit f0df1d1 into dev Jul 14, 2026
102 of 104 checks passed
@seladb seladb deleted the ubuntu-2604-arm-intel branch July 14, 2026 02:40
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.

2 participants