Skip to content

Commit

Permalink
[GHA] Explicitly enable wheel build in CI (#27999)
Browse files Browse the repository at this point in the history
### Details:
- Enable wheel packages in the all pipelines where we are expecting
them, because it could be disabled silently if some of the requirements
are missed on the environment

### Tickets:
 - *ticket-id*
  • Loading branch information
mryzhov authored Dec 12, 2024
1 parent eb05746 commit db29652
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
-DENABLE_SYSTEM_OPENCL=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCPACK_GENERATOR=TGZ \
-DENABLE_WHEEL=ON \
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
Debian_Packages:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu_20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
-DENABLE_SYSTEM_OPENCL=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCPACK_GENERATOR=TGZ \
-DENABLE_WHEEL=ON \
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
CXX_Unit_Tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
-DENABLE_SYSTEM_OPENCL=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCPACK_GENERATOR=TGZ \
-DENABLE_WHEEL=ON \
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
Debian_Packages:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows_vs2019_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
cmake-options: |-
-G "Ninja Multi-Config" `
-DENABLE_PYTHON=ON `
-DENABLE_WHEEL=ON `
-DENABLE_CPPLINT=OFF `
-DBUILD_SHARED_LIBS=ON `
-DENABLE_TESTS=ON `
Expand Down

0 comments on commit db29652

Please sign in to comment.