Skip to content

Commit

Permalink
chore: run for ios and ios sim
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Jun 8, 2024
1 parent 0a54ef5 commit ed19e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup XCode
run: |
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
xcodebuild -version -sdk
- name: Install asdf
uses: asdf-vm/actions/setup@v3

Expand Down Expand Up @@ -85,8 +80,8 @@ jobs:
ELIXIR_VERSION: ["1.15.4"]
build_target:
- "cpu"
# - "ios"
# - "ios_simulator"
- "ios"
- "ios_simulator"
# - "visionos"
# - "visionos_simulator"
# - "watchos"
Expand All @@ -104,7 +99,6 @@ jobs:
- name: Setup XCode
run: |
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
xcodebuild -version -sdk
- name: Install Erlang and Elixir
run: |
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ IREE_BUILD_TARGET ?= cpu

BUILD_TARGET_FLAGS = ""

# flags for xcode 15.4
ifeq ($(IREE_BUILD_TARGET), cpu)
else ifeq ($(IREE_BUILD_TARGET), ios)
BUILD_TARGET_FLAGS = \
Expand Down

0 comments on commit ed19e70

Please sign in to comment.