Skip to content

Commit

Permalink
Ensure Java consistency on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolecheetham committed Nov 19, 2024
1 parent b0ca7d9 commit 5f79b48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions driver/platform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ if(PROVISION)
set(ENV{HOMEBREW_CURL_RETRIES} 4)
execute_process(COMMAND "${DASHBOARD_BREW_COMMAND}" "update" "--force")
execute_process(COMMAND "${DASHBOARD_BREW_COMMAND}" "pin" "cmake")
execute_process(COMMAND "${DASHBOARD_BREW_COMMAND}" "pin" "temurin")
execute_process(COMMAND "${DASHBOARD_BREW_COMMAND}" "upgrade" "--force" "--ignore-pinned")
execute_process(COMMAND "${DASHBOARD_BREW_COMMAND}" "unpin" "cmake")
execute_process(COMMAND "${DASHBOARD_BREW_COMMAND}" "cleanup" "-s")
Expand Down
1 change: 0 additions & 1 deletion setup/mac/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ tap 'robotlocomotion/director'
brew 'awscli'
brew 'cmake'

cask 'temurin@17'
cask 'gurobi1002'

0 comments on commit 5f79b48

Please sign in to comment.