Skip to content

Commit

Permalink
feat(presets): add RUSTC_BOOTSTRAP to safe global env (#33347)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Jan 2, 2025
1 parent d018ae7 commit 60754ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Preset } from '../types';

export const presets: Record<string, Preset> = {
safeEnv: {
allowedEnv: ['GO*'],
allowedEnv: ['GO*', 'RUSTC_BOOTSTRAP'],
description:
'Hopefully safe environment variables to allow users to configure.',
},
Expand Down

0 comments on commit 60754ce

Please sign in to comment.