-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f503bc2
commit 40f3676
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ jobs: | |
fi | ||
- name: create draft release | ||
uses: crabnebula-dev/[email protected] | ||
uses: crabnebula-dev/[email protected].6 | ||
with: | ||
command: release draft ${{ secrets.CN_APP_SLUG }} --framework tauri | ||
api-key: ${{ secrets.CN_API_KEY }} | ||
|
@@ -96,7 +96,7 @@ jobs: | |
target: x86_64-apple-darwin | ||
tauri-args: "--target x86_64-apple-darwin" | ||
- platform: "ubuntu-22.04" # Ubuntu x86_64 | ||
args: "--features mkl" # TODO CUDA | ||
args: "" # # ! we're not supporting mkl nor cuda for linux anymore, too much effort, nobody cares | ||
tauri-args: "" | ||
- platform: [self-hosted, Windows, X64] # Windows x86_64 | ||
args: "--target x86_64-pc-windows-msvc" # TODO CUDA --features mkl --features "openblas" | ||
|
@@ -206,13 +206,13 @@ jobs: | |
# run: | | ||
# pip install mkl mkl-devel mkl-static | ||
|
||
- name: Install MKL in Linux | ||
if: matrix.platform == 'ubuntu-22.04' | ||
run: | | ||
pip install mkl mkl-devel mkl-static | ||
mkdir -p /opt/intel/mkl | ||
cp -rfv ~/.local/lib/* ~/.local/include/* /opt/intel/mkl/ | ||
sudo cp -rfv ~/.local/lib/* /usr/lib/x86_64-linux-gnu/ | ||
# - name: Install MKL in Linux | ||
# if: matrix.platform == 'ubuntu-22.04' | ||
# run: | | ||
# pip install mkl mkl-devel mkl-static | ||
# mkdir -p /opt/intel/mkl | ||
# cp -rfv ~/.local/lib/* ~/.local/include/* /opt/intel/mkl/ | ||
# sudo cp -rfv ~/.local/lib/* /usr/lib/x86_64-linux-gnu/ | ||
|
||
- name: Install frontend dependencies | ||
shell: bash | ||
|
@@ -343,7 +343,7 @@ jobs: | |
tauriScript: bunx tauri -v | ||
|
||
- name: Upload Assets to CrabNebula Cloud | ||
uses: crabnebula-dev/[email protected] | ||
uses: crabnebula-dev/[email protected].6 | ||
with: | ||
command: release upload ${{ secrets.CN_APP_SLUG }} --framework tauri | ||
api-key: ${{ secrets.CN_API_KEY }} | ||
|