Skip to content

Commit

Permalink
Pick in install-jdk8-on-macos from 5602b1d
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed Jan 31, 2022
1 parent 0500c49 commit c79005a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ commands:
command: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake
install-jdk8-on-macos:
steps:
- run:
name: Install JDK 8 on macos
command: |
brew install --cask adoptopenjdk/openjdk/adoptopenjdk8
increase-max-open-files-on-macos:
steps:
- run:
Expand Down Expand Up @@ -55,7 +62,7 @@ commands:
pre-steps-macos:
steps:
- pre-steps:
python-version: "3.6.0"
python-version: "3.7.8"

post-steps:
steps:
Expand Down Expand Up @@ -556,6 +563,7 @@ jobs:
- increase-max-open-files-on-macos
- install-pyenv-on-macos
- install-gflags-on-macos
- install-jdk8-on-macos
- install-cmake-on-macos
- pre-steps-macos
- run:
Expand Down

0 comments on commit c79005a

Please sign in to comment.