Skip to content

Conversation

@tgauth
Copy link
Collaborator

@tgauth tgauth commented Dec 1, 2025

PR Summary

  • add separate stage to build vcpkg dependencies then retrieve them during build

PR Context

  • latestw_all branch CI still timing out with CodeQL enabled

Copilot AI review requested due to automatic review settings December 1, 2025 18:58
Copilot finished reviewing on behalf of tgauth December 1, 2025 19:00
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the CI pipeline to build vcpkg dependencies in a separate stage before the main build, addressing timeout issues when CodeQL is enabled.

Key Changes

  • Introduces a new BuildDependencies stage that installs vcpkg dependencies for both x64 and x86 architectures in parallel
  • Uploads vcpkg dependencies as pipeline artifacts for reuse in the build stage
  • Modifies the build jobs to download pre-built dependencies instead of building them during compilation

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.azdo/templates/install-vcpkg-dependencies.yml New template that verifies LibreSSL versions, installs and bootstraps vcpkg, builds dependencies for a specified triplet, and uploads them as artifacts
.azdo/templates/build-win32-openssh-job.yml Updated to accept a dependenciesArtifactName parameter and download pre-built dependencies instead of building them inline
.azdo/ci.yml Added BuildDependencies stage with jobs for x64 and x86, and configured the Build stage to depend on it

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tgauth
Copy link
Collaborator Author

tgauth commented Dec 1, 2025

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tgauth
Copy link
Collaborator Author

tgauth commented Dec 1, 2025

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@tgauth tgauth requested a review from vthiebaut10 December 1, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants