Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
730ed6e9
Unverified
Commit
730ed6e9
authored
Oct 02, 2025
by
Daniel Hiltgen
Committed by
GitHub
Oct 02, 2025
Browse files
ci: fix windows build (#12485)
parent
dc066016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/release.yaml
.github/workflows/release.yaml
+2
-1
No files found.
.github/workflows/release.yaml
View file @
730ed6e9
...
...
@@ -163,7 +163,7 @@ jobs:
cmake --preset "${{ matrix.preset }}" ${{ matrix.flags }} -DOLLAMA_RUNNER_DIR="${{ matrix.runner_dir }}"
cmake --build --parallel --preset "${{ matrix.preset }}"
cmake --install build --component "${{ startsWith(matrix.preset, 'CUDA ') && 'CUDA' || startsWith(matrix.preset, 'ROCm ') && 'HIP' || 'CPU' }}" --strip --parallel 8
rm -force
dist\lib\ollama\rocm\rocblas\library\*gfx906*
Remove-Item -Path
dist\lib\ollama\rocm\rocblas\library\*gfx906*
-ErrorAction SilentlyContinue
env
:
CMAKE_GENERATOR
:
Ninja
-
uses
:
actions/upload-artifact@v4
...
...
@@ -210,6 +210,7 @@ jobs:
with
:
go-version-file
:
go.mod
-
run
:
|
go clean -cache
go build -o dist/${{ matrix.os }}-${{ matrix.arch }}/ .
-
uses
:
actions/upload-artifact@v4
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment