Skip to content

Commit 8fb62b4

Browse files
simbasimba
authored andcommitted
Fix CI build errors: remove ubuntu 22.04 shaderc pkg, fix powershell exitcode
1 parent 52c7bb1 commit 8fb62b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-llama-server.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
# shaderc (provides glslc) is in the universe repo — enable it first
240240
sudo add-apt-repository universe -y
241241
sudo apt-get update
242-
sudo apt-get install -y libvulkan-dev glslang-tools spirv-tools shaderc
242+
sudo apt-get install -y libvulkan-dev glslang-tools spirv-tools
243243
fi
244244
245245
- name: Install CUDA toolkit (Linux)
@@ -378,6 +378,7 @@ jobs:
378378
Write-Host "🔍 Version:"
379379
& $exe.FullName --version
380380
# llama-server --version may exit with code 1 in recent builds — that's expected
381+
$global:LASTEXITCODE = 0
381382
Write-Host "✅ Smoke test passed"
382383
383384
- name: Upload artifact

0 commit comments

Comments
 (0)