Skip to content
Snippets Groups Projects
Unverified Commit 36d357c9 authored by Mohamed Gaber's avatar Mohamed Gaber
Browse files

ci: replace `volare enable_or_build` with just `enable`

parent 14b94a66
No related branches found
No related tags found
No related merge requests found
......@@ -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: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment