diff --git a/lib/config/presets/internal/global.ts b/lib/config/presets/internal/global.ts index aaf331d81e69c5..ce8240fcf131d8 100644 --- a/lib/config/presets/internal/global.ts +++ b/lib/config/presets/internal/global.ts @@ -4,7 +4,7 @@ import type { Preset } from '../types'; export const presets: Record = { safeEnv: { - allowedEnv: ['GO*'], + allowedEnv: ['GO*', 'RUSTC_BOOTSTRAP'], description: 'Hopefully safe environment variables to allow users to configure.', },