mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Work around CI bustage
This commit is contained in:
parent
cb8f77891f
commit
341fc54313
2 changed files with 5 additions and 8 deletions
|
@ -21,7 +21,11 @@ use_bindgen = ["bindgen", "regex", "toml"]
|
|||
servo = ["serde", "serde_derive", "heapsize", "heapsize_derive",
|
||||
"style_traits/servo", "servo_atoms", "servo_config", "html5ever",
|
||||
"cssparser/heapsize", "cssparser/serde", "encoding", "smallvec/heapsizeof",
|
||||
"rayon/unstable", "servo_url", "arrayvec/use_union"]
|
||||
|
||||
# FIXME: Uncomment when https://github.com/servo/servo/pull/16953 has landed:
|
||||
#"arrayvec/use_union"
|
||||
|
||||
"rayon/unstable", "servo_url"]
|
||||
testing = []
|
||||
gecko_debug = ["nsstring_vendor/gecko_debug"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue