Compare commits

...

3 Commits

Author SHA1 Message Date
gpetters94
3c0b310472 Merge 6650b72f1f into cf2513e7b1 2024-04-19 18:53:02 +00:00
gpetters94
6650b72f1f Remove IREE pin 2024-04-19 14:52:59 -04:00
gpetters94
89d1f5a814 Diagnose a build issue 2024-04-19 14:42:14 -04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
name: Nightly Release
on:
pull_request:
schedule:
- cron: '0 5 * * *'
workflow_dispatch:
@@ -53,6 +54,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

View File

@@ -90,6 +90,6 @@ 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
# 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"