Skip to content

Commit

Permalink
github/workflow: remove accelerate support for build_all
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent authored Sep 20, 2024
1 parent b6e412b commit 4c2513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/get_label.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = async ({github, context, core}) => {
' -DBUILD_PYTHON_BINDINGS_WITH_BOOST_MPFR_SUPPORT=ON',
' -DINSTALL_DOCUMENTATION=ON',
' -DGENERATE_PYTHON_STUBS=ON',
' -DBUILD_WITH_ACCELERATE_SUPPORT=ON'
' -DBUILD_WITH_ACCELERATE_SUPPORT=OFF'
],
build_collision: ' -DBUILD_WITH_COLLISION_SUPPORT=ON',
build_casadi: ' -DBUILD_WITH_CASADI_SUPPORT=ON',
Expand Down

0 comments on commit 4c2513c

Please sign in to comment.