-
Notifications
You must be signed in to change notification settings - Fork 250
Bug 2000264: [ci full] Remove passing the home directory to the Rust SDK #7085
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
base: main
Are you sure you want to change the base?
Conversation
| // Note that installation date is | ||
| // the unix time, which is milliseconds since epoch | ||
| i64? installation_date; | ||
| string? home_directory; |
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 will be a breaking change against iOS. Please do the following:
- add a changelog entry
- file a PR against mozilla-mobile/firefox-ios updating the following files to remove the homeDirectory argument:
- https://github.com/mozilla-mobile/firefox-ios/blob/aa70becbf0b7623b615ab46ab9c4b8b17b93ab64/MozillaRustComponents/Sources/FocusRustComponentsWrapper/Nimbus/NimbusCreate.swift#L139
- https://github.com/mozilla-mobile/firefox-ios/blob/aa70becbf0b7623b615ab46ab9c4b8b17b93ab64/MozillaRustComponents/Sources/MozillaRustComponentsWrapper/Nimbus/NimbusCreate.swift#L147
- add
[ci full]to your PR title to trigger a full integration run with CI
once thats complete, you can check the "this is a breaking change" checkbox in the PR description
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.
here ios pr mozilla-mobile/firefox-ios#30782
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.
okay added changelog, ios PR and added ci full to trigger full integration run
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.
okay @freshstrangemusic got r+ here mozilla-mobile/firefox-ios#30782
Pull Request checklist
[ci full]to the PR title.