WIP: Ubuntu CI build and .deb packaging workflow - Stable Build#9687
Draft
HATAKEkakshi wants to merge 11 commits intoThe-OpenROAD-Project:masterfrom
Draft
WIP: Ubuntu CI build and .deb packaging workflow - Stable Build#9687HATAKEkakshi wants to merge 11 commits intoThe-OpenROAD-Project:masterfrom
HATAKEkakshi wants to merge 11 commits intoThe-OpenROAD-Project:masterfrom
Conversation
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
1a7f9e8 to
5733f3e
Compare
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
Signed-off-by: HATAKEkakshi <hemant.kumar40fea@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds a GitHub Actions CI workflow (github-actions-stable-ubuntu-build.yaml) that automatically builds OpenROAD from source on Ubuntu and packages it as a ready-to-install
.debfile.Workflow Steps
patchelfDependencyInstaller.shfor base and common dependenciesopenroad_amd64.deb) with:/usr/lib/openroad/RPATHpatched viapatchelfso the binary finds its bundled libs.debas a downloadable build artifact.debfileTrigger
masterbranchPrerequisites
Important
This workflow uses
${{ secrets.GITHUB_TOKEN }}to create GitHub releases. The token is automatically provided by GitHub Actions, but ensure your repository has Settings → Actions → General → Workflow permissions set to "Read and write permissions".How to Install