Skip to content

Commit

Permalink
Remove IREE pin (fixes exe issue) (#2126)
Browse files Browse the repository at this point in the history
* Diagnose a build issue

* Remove IREE pin

* Revert the build on pull request change
  • Loading branch information
gpetters94 authored Apr 30, 2024
1 parent 7db1612 commit 6cb86a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
python process_skipfiles.py
$env:SHARK_PACKAGE_VERSION=${{ env.package_version }}
pip install -e .
pip freeze -l
pyinstaller .\apps\shark_studio\shark_studio.spec
mv ./dist/nodai_shark_studio.exe ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
signtool sign /f c:\g\shark_02152023.cer /fd certHash /csp "eToken Base Cryptographic Provider" /k "${{ secrets.CI_CERT }}" ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
Expand Down
3 changes: 0 additions & 3 deletions setup_venv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,4 @@ else {python -m venv .\shark.venv\}
python -m pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
# remove this when windows DLL issues are fixed from LLVM changes
pip install --force-reinstall https://github.com/openxla/iree/releases/download/candidate-20240326.843/iree_compiler-20240326.843-cp311-cp311-win_amd64.whl https://github.com/openxla/iree/releases/download/candidate-20240326.843/iree_runtime-20240326.843-cp311-cp311-win_amd64.whl

Write-Host "Source your venv with ./shark.venv/Scripts/activate"

0 comments on commit 6cb86a8

Please sign in to comment.