Skip to content

Commit 6cb86a8

Browse files
authored
Remove IREE pin (fixes exe issue) (#2126)
* Diagnose a build issue * Remove IREE pin * Revert the build on pull request change
1 parent 7db1612 commit 6cb86a8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
python process_skipfiles.py
5454
$env:SHARK_PACKAGE_VERSION=${{ env.package_version }}
5555
pip install -e .
56+
pip freeze -l
5657
pyinstaller .\apps\shark_studio\shark_studio.spec
5758
mv ./dist/nodai_shark_studio.exe ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
5859
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

setup_venv.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,4 @@ else {python -m venv .\shark.venv\}
8989
python -m pip install --upgrade pip
9090
pip install wheel
9191
pip install -r requirements.txt
92-
# remove this when windows DLL issues are fixed from LLVM changes
93-
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
94-
9592
Write-Host "Source your venv with ./shark.venv/Scripts/activate"

0 commit comments

Comments
 (0)