From 2d5ff0a310c97ebb043da03fd0ac886509af6b02 Mon Sep 17 00:00:00 2001 From: core Date: Sun, 26 Apr 2026 15:51:59 -0400 Subject: [PATCH] fix: disable binstall telemetry that's interactive and stops ci --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 2879e39ecc9264a416fa3b9c190343656d149954..a0b095b11e0d50680366a11bb8985b2e563ea308 100644 --- a/.build.yml +++ b/.build.yml @@ -11,6 +11,7 @@ environment: SCCACHE_ENDPOINT: https://s3.iad.xny.onl SCCACHE_REGION: auto RUSTC_WRAPPER: sccache + BINSTALL_DISABLE_TELEMETRY: true tasks: - setup: | rustup-init -y