-
Notifications
You must be signed in to change notification settings - Fork 49
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
CI script to setup/test aarch64-apple-ios-sim #340
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #340 +/- ##
=======================================
Coverage 95.82% 95.82%
=======================================
Files 60 60
Lines 7865 7865
=======================================
Hits 7537 7537
Misses 328 328 ☔ View full report in Codecov by Sentry. |
justsmth
force-pushed
the
ios-sim-DYLD_ROOT_PATH
branch
2 times, most recently
from
February 13, 2024 21:22
c93df77
to
de02e5c
Compare
justsmth
force-pushed
the
ios-sim-DYLD_ROOT_PATH
branch
2 times, most recently
from
February 13, 2024 21:47
5f6da63
to
c99a5b3
Compare
justsmth
force-pushed
the
ios-sim-DYLD_ROOT_PATH
branch
2 times, most recently
from
February 20, 2024 17:11
c1ed9c4
to
843dd69
Compare
justsmth
changed the title
Update DYLD_ROOT_PATH
Build, no tests, for Feb 20, 2024
aarch64-apple-ios-sim
until we find alternative
samuel40791765
previously approved these changes
Feb 21, 2024
justinwsmith
force-pushed
the
ios-sim-DYLD_ROOT_PATH
branch
from
February 21, 2024 21:06
843dd69
to
977060b
Compare
justinwsmith
force-pushed
the
ios-sim-DYLD_ROOT_PATH
branch
5 times, most recently
from
February 22, 2024 22:50
85b9358
to
9834b61
Compare
justinwsmith
changed the title
Build, no tests, for
Script to setup/test aarch64-apple-ios-sim
Feb 22, 2024
aarch64-apple-ios-sim
until we find alternative
justinwsmith
changed the title
Script to setup/test aarch64-apple-ios-sim
CI script to setup/test aarch64-apple-ios-sim
Feb 22, 2024
justinwsmith
force-pushed
the
ios-sim-DYLD_ROOT_PATH
branch
from
February 22, 2024 22:58
9834b61
to
18876ac
Compare
justinwsmith
force-pushed
the
ios-sim-DYLD_ROOT_PATH
branch
from
February 22, 2024 23:08
18876ac
to
e340f53
Compare
skmcgrail
reviewed
Feb 22, 2024
skmcgrail
approved these changes
Feb 23, 2024
samuel40791765
approved these changes
Feb 23, 2024
fi | ||
done | ||
|
||
if [[ -z ${IMAGE_PATH} ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
if [[ -z ${IMAGE_PATH} ]]; then | |
if [[ -z "${IMAGE_PATH}" ]]; then |
consistency nit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
Testing:
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.