The-OpenROAD-Project / The-OpenROAD-Project/OpenROAD-flow-scripts
CI does not test building with setup.sh
@vvbandeira is already working on this.
Since Aug 20, 2026.
- Dominant language
- Verilog
- Stars
- 748
- Forks
- 525
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 56
Description
Description
Description
Our CI currently builds and tests OpenROAD-flow-scripts using Docker or build_openroad.sh --local, but we never exercise the setup.sh dependency-installation path. This leaves the local-install workflow untested and allows setup.sh breakages to go undetected.
Expected behavior
CI should include a job that runs sudo ./setup.sh (on a supported OS, e.g., Ubuntu 22.04) and verifies that the environment can subsequently build/run the flow.
Suggested Solution
Add a CI workflow/job that:
- Checks out the repo
- Runs
sudo ./setup.sh - Runs
./build_openroad.sh --local(or sourcessetup_env.shand verifies binaries) - Optionally runs a minimal flow test (
make DESIGN_CONFIG=...)
Additional Context
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.