Skip to content

Commit a8a5020

Browse files
committed
disable_ci_test_for_cmake
1 parent 0150cf2 commit a8a5020

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
paths: [
99
'.github/workflows/build.yml',
1010
'.github/workflows/build-linux-cross.yml',
11-
'.github/workflows/build-cmake-pkg.yml',
11+
# Disable. There are some modifications in the fork
12+
# so that ggml dynamic builds work with vcpkg.
13+
# '.github/workflows/build-cmake-pkg.yml',
1214
'**/CMakeLists.txt',
1315
'**/.cmake',
1416
'**/*.h',
@@ -28,7 +30,9 @@ on:
2830
paths: [
2931
'.github/workflows/build.yml',
3032
'.github/workflows/build-linux-cross.yml',
31-
'.github/workflows/build-cmake-pkg.yml',
33+
# Disable. There are some modifications in the fork
34+
# so that ggml dynamic builds work with vcpkg.
35+
# '.github/workflows/build-cmake-pkg.yml',
3236
'**/CMakeLists.txt',
3337
'**/.cmake',
3438
'**/*.h',
@@ -601,8 +605,10 @@ jobs:
601605
build-linux-cross:
602606
uses: ./.github/workflows/build-linux-cross.yml
603607

604-
build-cmake-pkg:
605-
uses: ./.github/workflows/build-cmake-pkg.yml
608+
# Disable. There are some modifications in the fork
609+
# so that ggml dynamic builds work with vcpkg.
610+
# build-cmake-pkg:
611+
# uses: ./.github/workflows/build-cmake-pkg.yml
606612

607613
macOS-latest-cmake-ios:
608614
runs-on: macos-latest

0 commit comments

Comments
 (0)