-
Notifications
You must be signed in to change notification settings - Fork 97
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
Bump docker image used for rust build to 1.75 #1417
base: master
Are you sure you want to change the base?
Conversation
env: | ||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true |
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.
master failed with https://github.com/swift-nav/libsbp/actions/runs/9864496501/job/27239523147
cherry picked the solution from here https://github.com/swift-nav/libsbp/pull/1414/files#r1666758682
@@ -80,7 +82,7 @@ jobs: | |||
|
|||
macos: | |||
name: macOS | |||
runs-on: macos-11 | |||
runs-on: macos-12 |
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.
This job https://github.com/swift-nav/libsbp/actions/runs/9864948878/job/27240938878?pr=1417 never started because macos-11
is no longer a valid label
Quality Gate passed for 'libsbp-c'Issues Measures |
Description
@swift-nav/devinfra
Bumps docker image used for rust build to 1.75 as suggested here #1416 (comment)
API compatibility
Does this change introduce a API compatibility risk?
No, it only updates the docker image used for rust
API compatibility plan
If the above is "Yes", please detail the compatibility (or migration) plan:
JIRA Reference
https://swift-nav.atlassian.net/browse/OI-1830