File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -55553,7 +55553,6 @@ function buildUserDataScript(githubRegistrationToken, label) {
55553
55553
'#!/bin/bash',
55554
55554
`cd "${config.input.runnerHomeDir}"`,
55555
55555
'export RUNNER_ALLOW_RUNASROOT=1',
55556
- 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
55557
55556
`./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
55558
55557
'./run.sh',
55559
55558
];
@@ -55565,7 +55564,6 @@ function buildUserDataScript(githubRegistrationToken, label) {
55565
55564
'curl -O -L https://github.com/actions/runner/releases/download/v2.286.0/actions-runner-linux-${RUNNER_ARCH}-2.286.0.tar.gz',
55566
55565
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.286.0.tar.gz',
55567
55566
'export RUNNER_ALLOW_RUNASROOT=1',
55568
- 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
55569
55567
`./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
55570
55568
'./run.sh',
55571
55569
];
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ function buildUserDataScript(githubRegistrationToken, label) {
11
11
'#!/bin/bash' ,
12
12
`cd "${ config . input . runnerHomeDir } "` ,
13
13
'export RUNNER_ALLOW_RUNASROOT=1' ,
14
- 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1' ,
15
14
`./config.sh --url https://github.com/${ config . githubContext . owner } /${ config . githubContext . repo } --token ${ githubRegistrationToken } --labels ${ label } ` ,
16
15
'./run.sh' ,
17
16
] ;
@@ -23,7 +22,6 @@ function buildUserDataScript(githubRegistrationToken, label) {
23
22
'curl -O -L https://github.com/actions/runner/releases/download/v2.286.0/actions-runner-linux-${RUNNER_ARCH}-2.286.0.tar.gz' ,
24
23
'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.286.0.tar.gz' ,
25
24
'export RUNNER_ALLOW_RUNASROOT=1' ,
26
- 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1' ,
27
25
`./config.sh --url https://github.com/${ config . githubContext . owner } /${ config . githubContext . repo } --token ${ githubRegistrationToken } --labels ${ label } ` ,
28
26
'./run.sh' ,
29
27
] ;
You can’t perform that action at this time.
0 commit comments