Skip to content

Commit

Permalink
[workspace] Append WITH_MOSEK=OFF for arm64 macOS (RobotLocomotion#17269
Browse files Browse the repository at this point in the history
)

* [workspace] Append WITH_MOSEK=OFF for arm64 macOS

Mosek < 10 do not support arm64 macOS.
  • Loading branch information
svenevs authored and aykut-tri committed Jun 1, 2022
1 parent 28a16c5 commit f96c2e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/macos-arch-arm64.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ build --action_env=PATH=/opt/homebrew/bin:/usr/bin:/bin
# to use x86 assembly code. Ideally, we should find a way to build it on ARM64
# at which point we can re-enable IBEX and dReal.
build --define NO_DREAL=ON

# TODO(#17026) Mosek 10 is required for arm64.
build:everything --define WITH_MOSEK=OFF

0 comments on commit f96c2e6

Please sign in to comment.