Skip to content

Commit e4491d5

Browse files
committed
ci : disable ios build
1 parent 3126a20 commit e4491d5

File tree

1 file changed

+10
-26
lines changed

1 file changed

+10
-26
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,15 +1106,16 @@ jobs:
11061106
path: llama-${{ steps.tag.outputs.name }}-bin-win-hip-x64-${{ matrix.gpu_target }}.zip
11071107
name: llama-bin-win-hip-x64-${{ matrix.gpu_target }}.zip
11081108

1109-
ios-xcode-build:
1110-
runs-on: macos-latest
1111-
1112-
steps:
1113-
- name: Checkout code
1114-
uses: actions/checkout@v4
1115-
1116-
- name: Build Xcode project
1117-
run: xcodebuild -project examples/llama.swiftui/llama.swiftui.xcodeproj -scheme llama.swiftui -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= -destination 'generic/platform=iOS' build
1109+
# TODO: use CMake to build the SPM and use it in the project
1110+
# ios-xcode-build:
1111+
# runs-on: macos-latest
1112+
#
1113+
# steps:
1114+
# - name: Checkout code
1115+
# uses: actions/checkout@v4
1116+
#
1117+
# - name: Build Xcode project
1118+
# run: xcodebuild -project examples/llama.swiftui/llama.swiftui.xcodeproj -scheme llama.swiftui -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= -destination 'generic/platform=iOS' build
11181119

11191120
android-build:
11201121
runs-on: ubuntu-latest
@@ -1140,23 +1141,6 @@ jobs:
11401141
11411142
./gradlew build --no-daemon
11421143
1143-
# freeBSD-latest:
1144-
# runs-on: macos-12
1145-
# steps:
1146-
# - name: Clone
1147-
# uses: actions/checkout@v4
1148-
#
1149-
# - name: Build
1150-
# uses: cross-platform-actions/[email protected]
1151-
# with:
1152-
# operating_system: freebsd
1153-
# version: '13.2'
1154-
# hypervisor: 'qemu'
1155-
# run: |
1156-
# sudo pkg update
1157-
# sudo pkg install -y gmake automake autoconf pkgconf llvm15 openblas
1158-
# gmake CC=/usr/local/bin/clang15 CXX=/usr/local/bin/clang++15 -j `sysctl -n hw.ncpu`
1159-
11601144
release:
11611145
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
11621146

0 commit comments

Comments
 (0)