Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support target x86_64-apple-ios #383

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Support target x86_64-apple-ios #383

merged 2 commits into from
Apr 9, 2024

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Apr 4, 2024

Issues:

Resolves #373

Description of changes:

  • Fixes CMake build when compiling to x86_64-apple-ios.
  • Adds CI step for this build.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@justsmth justsmth marked this pull request as ready for review April 4, 2024 14:33
@justsmth justsmth requested a review from a team as a code owner April 4, 2024 14:33
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.82%. Comparing base (a29a615) to head (3113877).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #383   +/-   ##
=======================================
  Coverage   95.82%   95.82%           
=======================================
  Files          60       60           
  Lines        7865     7865           
=======================================
  Hits         7537     7537           
  Misses        328      328           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

target: aarch64-apple-ios-sim
- name: Set Rust toolchain override
run: rustup override set ${{ steps.toolchain.outputs.name }}
- name: Install bash
run: brew install bash
- name: iOS Simulator Runner
run: ./scripts/ci/ios-simulator-runner.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NP: Might be worth renaming this file to make it clear that it only tests the iOS aarch64 simulator. Just double checking, cargo test --features bindgen,unstable --target x86_64-apple-ios isn't runnable on an M1 machine right?

@justsmth justsmth merged commit 0d8ef6c into aws:main Apr 9, 2024
166 checks passed
@justsmth justsmth deleted the ios-x86-64 branch August 28, 2024 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails for iOS simulator on x86_64
4 participants