-
Notifications
You must be signed in to change notification settings - Fork 740
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
fix various pipeline failures #1172
Merged
carsonRadtke
merged 12 commits into
microsoft:main
from
carsonRadtke:fix-cmake-min-version
Nov 25, 2024
Merged
fix various pipeline failures #1172
carsonRadtke
merged 12 commits into
microsoft:main
from
carsonRadtke:fix-cmake-min-version
Nov 25, 2024
+12
−4
Commits on Nov 15, 2024
-
Looks like actions/runner-images#10703 took away support for xcode 14. That is why the latest action failed. There an active PR adding support for xcode 16 to the macos runner (actions/runner-images#10967). This commit will fail until that has been merged, but it is probably worth waiting for.
Configuration menu - View commit details
-
Copy full SHA for d71d522 - Browse repository at this point
Copy the full SHA d71d522View commit details -
Set cmake_minimum_required to 3.10
CI checks are failing because the cmake version requires cmake minimum requires >= 3.10. This PR addresses that issue.
Configuration menu - View commit details
-
Copy full SHA for ed2ec20 - Browse repository at this point
Copy the full SHA ed2ec20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6080917 - Browse repository at this point
Copy the full SHA 6080917View commit details -
Note: not using the latest version (v1.15.2) because there is a bug requiring that requires -std=c++17 to build.
Configuration menu - View commit details
-
Copy full SHA for 8d6c047 - Browse repository at this point
Copy the full SHA 8d6c047View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc2b09 - Browse repository at this point
Copy the full SHA afc2b09View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed21da6 - Browse repository at this point
Copy the full SHA ed21da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a4f04 - Browse repository at this point
Copy the full SHA c0a4f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d334a4f - Browse repository at this point
Copy the full SHA d334a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56f197d - Browse repository at this point
Copy the full SHA 56f197dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 373a18c - Browse repository at this point
Copy the full SHA 373a18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 916375d - Browse repository at this point
Copy the full SHA 916375dView commit details -
remove warnings from cmake android. we have no control over the conte…
…nts of the cmake file
Configuration menu - View commit details
-
Copy full SHA for ddc5690 - Browse repository at this point
Copy the full SHA ddc5690View commit details
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.