Skip to content

Commit

Permalink
style: Disable match_byte expansion for causing intermittent stack ov…
Browse files Browse the repository at this point in the history
…erflows on CI.
  • Loading branch information
emilio committed Jun 12, 2018
1 parent 92c9cdf commit 137303b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions components/style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,20 @@ doctest = false
gecko = ["num_cpus",
"style_traits/gecko", "fallible/known_system_malloc"]
use_bindgen = ["bindgen", "regex", "toml"]
servo = ["serde", "style_traits/servo", "servo_atoms", "servo_config", "html5ever",
"cssparser/serde", "encoding_rs", "malloc_size_of/servo", "arrayvec/use_union",
"servo_url", "string_cache"]
servo = [
"serde",
"style_traits/servo",
"servo_atoms",
"servo_config",
"html5ever",
"cssparser/serde",
"cssparser/dummy_match_byte",
"encoding_rs",
"malloc_size_of/servo",
"arrayvec/use_union",
"servo_url",
"string_cache",
]
gecko_debug = []

[dependencies]
Expand Down

0 comments on commit 137303b

Please sign in to comment.