Disable X11 in Chez CI bootstrap (no libx11-dev available)

ober

7c43be37b4c20c320c915e3f3af2090b0840ad38

diff --git a/.builds/ci.yml b/.builds/ci.yml
index 20317f1..a96581b 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -23,7 +23,7 @@ artifacts:
 tasks:
 - build-jerboa: |
     cd jerboa
-    make jerboa
+    make jerboa CHEZ_CONFIGURE_EXTRA=--disable-x11
     echo 'export PATH="$HOME/jerboa/dist:$PATH"' >> ~/.buildenv
 - setup-rust: |
     # Install Rust toolchain matching jerboa's native FFI build.