Skip to content

Commit

Permalink
ci: replace volare enable_or_build with just enable
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed May 13, 2024
1 parent 14b94a6 commit 36d357c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/openlane_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,7 @@ jobs:
python3 -m pip install --upgrade --no-cache-dir volare>=0.12.3
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\
--owner ${{ vars.VOLARE_OWNER }}\
--repository ${{ vars.VOLARE_REPO }}\
-j$(nproc)\
$OPDKS_VER
else
volare enable_or_build\
--pdk $PDK_FAMILY\
--build-magic\
-j$(nproc)\
$OPDKS_VER
fi
volare enable -j$(nproc) --pdk $PDK_FAMILY $OPDKS_VER
- name: Tarball PDK
run: |
Expand Down

0 comments on commit 36d357c

Please sign in to comment.