From b10af18039d8172183da7130dec013d7f637b061 Mon Sep 17 00:00:00 2001 From: Jess Wass Date: Fri, 24 Jul 2026 09:27:19 -0700 Subject: [PATCH] Add musl target to relay ci Differential Revision: D113564566 --- compiler/rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/rust-toolchain.toml b/compiler/rust-toolchain.toml index 035cf7033eb7..2c09f6b697f7 100644 --- a/compiler/rust-toolchain.toml +++ b/compiler/rust-toolchain.toml @@ -2,3 +2,4 @@ # Should stay in sync with fbcode/buck2/rust-toolchain.toml # And references in .github/workflows/ci.yml and docusaurus.yml channel = "nightly-2026-05-22" +targets = ["x86_64-unknown-linux-musl"]