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:
545545 isAzDOTestingJob : true
546546 buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
547547 beforeBuild :
548- - bash : " ./eng/scripts/install-nginx-mac .sh"
548+ - bash : " ./eng/scripts/install-nginx.sh"
549549 displayName : Installing Nginx
550550 artifacts :
551551 - name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
@@ -566,7 +566,7 @@ stages:
566566 useHostedUbuntu : false
567567 buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
568568 beforeBuild :
569- - bash : " ./eng/scripts/install-nginx-linux .sh"
569+ - bash : " ./eng/scripts/install-nginx.sh"
570570 displayName : Installing Nginx
571571 - bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
572572 displayName : Increase inotify limit
Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ extends:
610610 isAzDOTestingJob : true
611611 buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
612612 beforeBuild :
613- - bash : " ./eng/scripts/install-nginx-mac .sh"
613+ - bash : " ./eng/scripts/install-nginx.sh"
614614 displayName : Installing Nginx
615615 artifacts :
616616 - name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
@@ -631,7 +631,7 @@ extends:
631631 useHostedUbuntu : false
632632 buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
633633 beforeBuild :
634- - bash : " ./eng/scripts/install-nginx-linux .sh"
634+ - bash : " ./eng/scripts/install-nginx.sh"
635635 displayName : Installing Nginx
636636 - bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
637637 displayName : Increase inotify limit
Original file line number Diff line number Diff line change 338338 <Sha >9a1c3e1b7f0c8763d4c96e593961a61a72679a7b</Sha >
339339 <SourceBuild RepoName =" xdt" ManagedOnly =" true" />
340340 </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" >
342342 <Uri >https://github.com/dotnet/source-build-reference-packages</Uri >
343- <Sha >fcf0226bfea241d4e4f127600b6c3ae10d772e9a </Sha >
343+ <Sha >7a3266db9e2b7422e8277f04932eff9b7064b66e </Sha >
344344 <SourceBuild RepoName =" source-build-reference-packages" ManagedOnly =" true" />
345345 </Dependency >
346346 <!-- Not updated automatically -->
Original file line number Diff line number Diff line change 168168 <!-- Packages from dotnet/source-build-externals -->
169169 <MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >8.0.0-alpha.1.25202.2</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion >
170170 <!-- 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 >
172172 <!-- Packages from dotnet/symreader -->
173173 <MicrosoftSourceBuildIntermediatesymreaderVersion >2.0.0-beta-23228-03</MicrosoftSourceBuildIntermediatesymreaderVersion >
174174 <!-- 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 )"
66reporoot=" $( dirname " $( dirname " $scriptroot " ) " ) "
77nginxinstall=" $reporoot /.tools/nginx"
88
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 /
1010./configure --prefix=$nginxinstall --with-http_ssl_module --without-http_rewrite_module
1111make
1212make install
You can’t perform that action at this time.
0 commit comments