summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/build.rs')
-rw-r--r--dhall/build.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall/build.rs b/dhall/build.rs
index aa8cc92..ef25d18 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -85,6 +85,10 @@ fn main() -> std::io::Result<()> {
|path| {
// Too slow in debug mode
path == "largeExpression"
+ // Fails binary encoding
+ || path == "multilet"
+ || path == "double"
+ || path == "unit/import/parenthesizeUsing"
},
)?;