File tree Expand file tree Collapse file tree 6 files changed +8
-13
lines changed Expand file tree Collapse file tree 6 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ stages:
545
545
isAzDOTestingJob : true
546
546
buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
547
547
beforeBuild :
548
- - bash : " ./eng/scripts/install-nginx-mac .sh"
548
+ - bash : " ./eng/scripts/install-nginx.sh"
549
549
displayName : Installing Nginx
550
550
artifacts :
551
551
- name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
@@ -566,7 +566,7 @@ stages:
566
566
useHostedUbuntu : false
567
567
buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
568
568
beforeBuild :
569
- - bash : " ./eng/scripts/install-nginx-linux .sh"
569
+ - bash : " ./eng/scripts/install-nginx.sh"
570
570
displayName : Installing Nginx
571
571
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
572
572
displayName : Increase inotify limit
Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ extends:
610
610
isAzDOTestingJob : true
611
611
buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
612
612
beforeBuild :
613
- - bash : " ./eng/scripts/install-nginx-mac .sh"
613
+ - bash : " ./eng/scripts/install-nginx.sh"
614
614
displayName : Installing Nginx
615
615
artifacts :
616
616
- name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
@@ -631,7 +631,7 @@ extends:
631
631
useHostedUbuntu : false
632
632
buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
633
633
beforeBuild :
634
- - bash : " ./eng/scripts/install-nginx-linux .sh"
634
+ - bash : " ./eng/scripts/install-nginx.sh"
635
635
displayName : Installing Nginx
636
636
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
637
637
displayName : Increase inotify limit
Original file line number Diff line number Diff line change 338
338
<Sha >9a1c3e1b7f0c8763d4c96e593961a61a72679a7b</Sha >
339
339
<SourceBuild RepoName =" xdt" ManagedOnly =" true" />
340
340
</Dependency >
341
- <Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version =" 8.0.0-alpha.1.25474 .1" >
341
+ <Dependency Name =" Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version =" 8.0.0-alpha.1.25507 .1" >
342
342
<Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
343
- <Sha >fcf0226bfea241d4e4f127600b6c3ae10d772e9a </Sha >
343
+ <Sha >7a3266db9e2b7422e8277f04932eff9b7064b66e </Sha >
344
344
<SourceBuild RepoName =" source-build-reference-packages" ManagedOnly =" true" />
345
345
</Dependency >
346
346
<!-- Not updated automatically -->
Original file line number Diff line number Diff line change 168
168
<!-- Packages from dotnet/source-build-externals -->
169
169
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >8.0.0-alpha.1.25202.2</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >
170
170
<!-- Packages from dotnet/source-build-reference-packages -->
171
- <MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion >8.0.0-alpha.1.25474 .1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion >
171
+ <MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion >8.0.0-alpha.1.25507 .1</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion >
172
172
<!-- Packages from dotnet/symreader -->
173
173
<MicrosoftSourceBuildIntermediatesymreaderVersion >2.0.0-beta-23228-03</MicrosoftSourceBuildIntermediatesymreaderVersion >
174
174
<!-- Packages from dotnet/runtime -->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ scriptroot="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
6
reporoot=" $( dirname " $( dirname " $scriptroot " ) " ) "
7
7
nginxinstall=" $reporoot /.tools/nginx"
8
8
9
- curl -sSL http://nginx.org/download/nginx-1.26.3 .tar.gz --retry 5 | tar zxfv - -C /tmp && cd /tmp/nginx-1.26.3 /
9
+ curl -sSL http://nginx.org/download/nginx-1.29.1 .tar.gz --retry 5 | tar zxfv - -C /tmp && cd /tmp/nginx-1.29.1 /
10
10
./configure --prefix=$nginxinstall --with-http_ssl_module --without-http_rewrite_module
11
11
make
12
12
make install
You can’t perform that action at this time.
0 commit comments