Skip to content

Commit

Permalink
Update CI to build magic when building the PDK (The-OpenROAD-Project#…
Browse files Browse the repository at this point in the history
…1745)

+ Add --build-magic to all volare build commands in the CI
- Update PDK commit
  • Loading branch information
kareefardi authored Apr 13, 2023
1 parent 23e367a commit 63986e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/openlane_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
if [ "${{ vars.VOLARE_REPO }}" != "" ]; then
volare enable_or_build\
--pdk $PDK_FAMILY\
--build-magic\
--also-push\
--token ${{ secrets.MY_TOKEN }}\
--owner ${{ vars.VOLARE_OWNER }}\
Expand All @@ -55,6 +56,7 @@ jobs:
else
volare enable_or_build\
--pdk $PDK_FAMILY\
--build-magic\
--token ${{ secrets.MY_TOKEN }}\
-j$(nproc)\
$OPDKS_VER
Expand Down
2 changes: 1 addition & 1 deletion dependencies/tool_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
in_install: false
- name: open_pdks
repo: https://github.com/RTimothyEdwards/open_pdks
commit: 12df12e2e74145e31c5a13de02f9a1e176b56e67
commit: 0c37b7c76527929abfbdbd214df4bffcd260bf50
in_install: false
pdk: true

0 comments on commit 63986e2

Please sign in to comment.