mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-29 12:35:16 +00:00
Disable CI cross-compile builds (#13022)
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -601,8 +601,9 @@ jobs:
|
|||||||
-DGGML_SYCL_F16=ON
|
-DGGML_SYCL_F16=ON
|
||||||
cmake --build build --config Release -j $(nproc)
|
cmake --build build --config Release -j $(nproc)
|
||||||
|
|
||||||
build-linux-cross:
|
# Disabled for now due to sporadic issue syncing.
|
||||||
uses: ./.github/workflows/build-linux-cross.yml
|
# build-linux-cross:
|
||||||
|
# uses: ./.github/workflows/build-linux-cross.yml
|
||||||
|
|
||||||
macOS-latest-cmake-ios:
|
macOS-latest-cmake-ios:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
Reference in New Issue
Block a user