Skip to content

Commit

Permalink
Fix Volare
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Sep 5, 2024
1 parent 30ee138 commit 95bb7a9
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/openlane_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,10 @@ jobs:
python3 -m pip install --upgrade --no-cache-dir volare
export OPDKS_VER="$(python3 ./dependencies/tool.py open_pdks -f commit)"
if [ "${{ vars.VOLARE_REPO }}" != "" ]; then
volare enable_or_build\
--pdk $PDK_FAMILY\
--build-magic\
--also-push\
--token ${{ secrets.MY_TOKEN }}\
--owner ${{ vars.VOLARE_OWNER }}\
--repository ${{ vars.VOLARE_REPO }}\
-j$(nproc)\
$OPDKS_VER
else
volare enable_or_build\
--pdk $PDK_FAMILY\
--build-magic\
--token ${{ secrets.MY_TOKEN }}\
-j$(nproc)\
$OPDKS_VER
fi
volare enable\
--pdk $PDK_FAMILY\
--token ${{ secrets.MY_TOKEN }}\
$OPDKS_VER
- name: Tarball PDK
run: |
Expand Down

0 comments on commit 95bb7a9

Please sign in to comment.