Skip to content

Conversation

@akashchi
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 18, 2025 11:30
@akashchi akashchi added the WIP label Nov 18, 2025
Copy link
Contributor

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 enables sccache (Shared Compiler Cache) across multiple build configurations in the Linux GitHub Actions workflow to improve build performance through compiler output caching.

  • Adds CMAKE_CXX_COMPILER_LAUNCHER and CMAKE_C_COMPILER_LAUNCHER flags pointing to sccache in all CMake invocations
  • Configures sccache for both direct CMake builds and Python wheel builds (via --config-settings)
  • Applies caching uniformly across different build scenarios: library builds, Python bindings, samples, JS bindings, and GenAI components

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

@github-actions github-actions bot added the category: GHA CI based on Github actions label Nov 18, 2025
--config-settings=override=cross.arch="manylinux_2_31_x86_64" \
--config-settings=cmake.args="-DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache" \
${{ needs.openvino_download.outputs.ov_wheel_source }} \
${{ env.SRC_DIR }} 2>&1 | tee ${{ env.WHEELS_DIR }}/build_py${py_version}.log
Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn't GenAI compilation already parallelized inside of each python case?

Copilot AI review requested due to automatic review settings November 19, 2025 11:45
Copy link
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


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

Copilot AI review requested due to automatic review settings November 21, 2025 09:32
Copy link
Contributor

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


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

Copilot AI review requested due to automatic review settings November 21, 2025 13:52
Copy link
Contributor

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

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


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

@akashchi akashchi requested a review from mryzhov November 25, 2025 09:07
@akashchi akashchi changed the title [CI] [GHA] Use sccache in the wheel build job [CI] [GHA] Split wheel building job into several parallel ones Nov 25, 2025
@akashchi akashchi removed the WIP label Nov 25, 2025
@akashchi akashchi requested a review from Wovchena November 25, 2025 09:07
@akashchi akashchi marked this pull request as ready for review November 25, 2025 09:08
Copilot AI review requested due to automatic review settings November 25, 2025 09:08
Copy link
Contributor

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

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


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

@Wovchena Wovchena requested a review from as-suvorov November 25, 2025 09:20
@Wovchena Wovchena enabled auto-merge November 26, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GHA CI based on Github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants