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

Use thread-safe adblock-rust build config on iOS (uplift to 1.48.x) #17283

Merged
merged 2 commits into from
Feb 21, 2023

Conversation

antonok-edm
Copy link
Collaborator

@antonok-edm antonok-edm commented Feb 17, 2023

Uplift of #17150
Resolves brave/brave-ios#6254

Pre-approval checklist:

  • You have tested your change on Nightly.
  • This contains text which needs to be translated.
    • There are more than 7 days before the release.
    • I've notified folks in #l10n on Slack that translations are needed.
  • The PR milestones match the branch they are landing to.

Pre-merge checklist:

  • You have checked CI and the builds, lint, and tests all pass or are not related to your PR.

Post-merge checklist:

  • The associated issue milestone is set to the smallest version that the changes is landed on.

@antonok-edm antonok-edm requested a review from a team as a code owner February 17, 2023 23:27
@antonok-edm antonok-edm self-assigned this Feb 17, 2023
@github-actions github-actions bot added the CI/run-audit-deps Check for known npm/cargo vulnerabilities (audit_deps) label Feb 17, 2023
@antonok-edm antonok-edm force-pushed the pr17150_ios-thread-safe-adblock_1.48.x branch from 13aa84f to 66dac9b Compare February 19, 2023 06:22
@@ -5,7 +5,7 @@ authors = ["Brian R. Bondy <[email protected]>"]
edition = "2018"

[dependencies]
adblock = { version = "0.6.2", default-features = false, features = ["full-regex-handling", "object-pooling", "unsync-regex-caching"] }
adblock = { git = "https://github.com/brave/adblock-rust", rev = "5959733c38ad35f2639e435f5fc2d05695fdee67", default-features = false, features = ["full-regex-handling"] }
Copy link
Collaborator Author

@antonok-edm antonok-edm Feb 19, 2023

Choose a reason for hiding this comment

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

This is https://github.com/brave/adblock-rust/tree/5959733c38ad35f2639e435f5fc2d05695fdee67, which is just a direct fork from 0.6.2 with a backported commit. It's pinned under the brave-1.48.x branch.

I initially created a patch version release (0.6.4), but that's actually not going to work because 0.6.3 required some other brave-core changes to work correctly.

Copy link
Member

@kjozwiak kjozwiak left a comment

Choose a reason for hiding this comment

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

Uplift into 1.48.x approved 👍

@kjozwiak kjozwiak added this to the 1.48.x - Release #5 milestone Feb 21, 2023
@kjozwiak kjozwiak merged commit 8619ebd into 1.48.x Feb 21, 2023
@kjozwiak kjozwiak deleted the pr17150_ios-thread-safe-adblock_1.48.x branch February 21, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/run-audit-deps Check for known npm/cargo vulnerabilities (audit_deps)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants