Skip to content
Snippets Groups Projects
Unverified Commit 60754ce0 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat(presets): add RUSTC_BOOTSTRAP to safe global env (#33347)

parent d018ae77
No related branches found
Tags 39.89.0
No related merge requests found
...@@ -4,7 +4,7 @@ import type { Preset } from '../types'; ...@@ -4,7 +4,7 @@ import type { Preset } from '../types';
export const presets: Record<string, Preset> = { export const presets: Record<string, Preset> = {
safeEnv: { safeEnv: {
allowedEnv: ['GO*'], allowedEnv: ['GO*', 'RUSTC_BOOTSTRAP'],
description: description:
'Hopefully safe environment variables to allow users to configure.', 'Hopefully safe environment variables to allow users to configure.',
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment