Skip to content

Commit 6ed5e91

Browse files
committed
Disable building of python interface for hpp-fcl
1 parent 6b38910 commit 6ed5e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ccache-prefix: ${{ matrix.distro }}
5454
vcs-file: dependencies.repos
5555
run-tests: false
56-
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release
56+
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON_INTERFACE=OFF
5757
target-path: target_ws/src
5858
target-args: --cmake-args ${{ matrix.env.TARGET_CMAKE_ARGS }}
5959

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
with:
4949
ccache-prefix: ${{ matrix.distro }}
5050
vcs-file: dependencies.repos
51-
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release
51+
upstream-args: --cmake-args -DCMAKE_BUILD_TYPE=Release -DBUILD_PYTHON_INTERFACE=OFF
5252
target-path: target_ws/src
5353
target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON

0 commit comments

Comments
 (0)