diff options
| author | Pimyn Girgis <pimyn@google.com> | 2025-10-21 15:16:56 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-10-21 16:05:56 +0000 |
| commit | 252fbbadf10d41c4028958c2b430c1291c1f9201 (patch) | |
| tree | f858f6e00645b179f336a5dcdd1317bf0428f8e5 /dashboard/config/linux/bits | |
| parent | 150e1884010fb592e4a72de2217fc827bb1c43bb (diff) | |
dashboard: regenerate Linux configs
Disable rust by default for all instance, only enabling it where it's specified.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/base.yml | 3 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/rust.yml | 2 |
2 files changed, 4 insertions, 1 deletions
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 |
