• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nvidia-holoscan / holoscan-cli / 26567538883
75%
main: 77%

Build:
Build:
LAST BUILD BRANCH: release/4.3.0
DEFAULT BRANCH: main
Ran 28 May 2026 09:51AM UTC
Jobs 1
Files 35
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 May 2026 09:50AM UTC coverage: 75.3%. Remained the same
26567538883

Pull #175

github

wyli
setup: include build-essential in default packages

The default `holoscan setup` package list installed `ninja-build` but no
C/C++ compiler, so on stripped bases like
`nvcr.io/nvidia/cuda:12.9.1-base-ubuntu24.04` cmake immediately failed
with `No CMAKE_C_COMPILER could be found` the moment a downstream
project tried to configure (caught in holohub Jenkins build #484).

Add `build-essential` to the default list so the same `holoscan setup`
that already provisions ninja/cmake/python-dev also leaves behind a
working compiler. The conditional inside `install_packages_if_missing`
makes this a no-op on bases that already ship gcc (SDK images, full
Ubuntu desktop images, etc.).

Signed-off-by: Wenqi Li <wenqil@nvidia.com>
Pull Request #175: setup: include build-essential in default packages

2826 of 3753 relevant lines covered (75.3%)

0.75 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
27.59
0.0% src/holoscan_cli/commands/setup_cmd.py
Jobs
ID Job ID Ran Files Coverage
1 26567538883.1 28 May 2026 09:51AM UTC 35
75.3
GitHub Action Run
Source Files on build 26567538883
  • Tree
  • List 35
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26567538883
  • Pull Request #175
  • PR Base - main (#26288209788)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc