Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PGO support for OpenSSL #3014

Merged
merged 10 commits into from
Aug 26, 2022
Prev Previous commit
Next Next commit
Fix paths.
  • Loading branch information
anrossi committed Aug 26, 2022
commit 42eaae30083b469eace9c3883a46b13a5523be2d
2 changes: 1 addition & 1 deletion .azure/templates/make-pgo-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
displayName: Download Perf Artifacts
inputs:
artifactName: performance
downloadPath: msquic/artifacts/PerfDataResults
downloadPath: artifacts/PerfDataResults

- task: PowerShell@2
displayName: Create Branch, Commit, and Pull Request
Expand Down
2 changes: 0 additions & 2 deletions scripts/make-pgo-pr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ param (
$RootDir = Split-Path $PSScriptRoot -Parent
Write-Debug "Rootdir is $($RootDir)"

Set-Location (Join-Path $RootDir 'msquic')

git config --global credential.helper store
Set-Content -Path "$env:HOME\.git-credentials" -Value "https://$($env:MAPPED_DEPLOYMENT_KEY):[email protected]`n" -NoNewLine

Expand Down