From 252fbbadf10d41c4028958c2b430c1291c1f9201 Mon Sep 17 00:00:00 2001 From: Pimyn Girgis Date: Tue, 21 Oct 2025 15:16:56 +0000 Subject: dashboard: regenerate Linux configs Disable rust by default for all instance, only enabling it where it's specified. --- dashboard/config/linux/bits/base.yml | 3 +++ dashboard/config/linux/bits/rust.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'dashboard/config/linux/bits') diff --git a/dashboard/config/linux/bits/base.yml b/dashboard/config/linux/bits/base.yml index 5d76fd2fd..9f5c2390d 100644 --- a/dashboard/config/linux/bits/base.yml +++ b/dashboard/config/linux/bits/base.yml @@ -231,3 +231,6 @@ config: # Don't need samples - SAMPLES: n + + # Disable Rust by default + - RUST: n diff --git a/dashboard/config/linux/bits/rust.yml b/dashboard/config/linux/bits/rust.yml index 5694ef93a..81f7c6029 100644 --- a/dashboard/config/linux/bits/rust.yml +++ b/dashboard/config/linux/bits/rust.yml @@ -2,7 +2,7 @@ # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. config: - - RUST + - RUST: [override] - GENDWARFKSYMS: [-baseline] - RUST_FW_LOADER_ABSTRACTIONS - RUST_PHYLIB_ABSTRACTIONS -- cgit mrf-deployment