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

ober

216b59878a6293755c8ea40bd4fe27073fd745ce

diff --git a/.builds/ci.yml b/.builds/ci.yml
index d372e9c..5aafc18 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -25,7 +25,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.