Skip to content

Commit

Permalink
override css parser to fix glibc issue on linux for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Aug 14, 2020
1 parent 13c3e02 commit 9f461d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 11 additions & 7 deletions build/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ edition = "2018"
adblock-ffi = { path = "../../vendor/adblock_rust_ffi" }
challenge-bypass-ristretto-ffi = { path = "../../vendor/challenge_bypass_ristretto_ffi" }
speedreader-ffi = { path = "../../components/speedreader/rust/ffi" }
[patch.crates-io]
cssparser = { git = 'https://github.com/AndriusA/rust-cssparser', branch = "glibc" }

[lib]
crate-type = [ "staticlib" ]
Expand Down

0 comments on commit 9f461d9

Please sign in to comment.