Skip to content

Commit

Permalink
use hermetic JDK for build/tests
Browse files Browse the repository at this point in the history
Fixes #13

Signed-off-by: Matt Klein <[email protected]>
  • Loading branch information
mattklein123 committed Aug 29, 2024
1 parent 69cb881 commit 79608e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
common --experimental_allow_tags_propagation
common --java_runtime_version=remotejdk_11

mobile-install --config=android

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Install required dependencies using following commands:

```bash
brew install protobuf flatbuffers llvm

brew tap mdogan/zulu
brew install --cask zulu-jdk8 zulu-jdk11
```

Make sure that `llvm-objcopy` is in your `PATH`.
Expand Down

0 comments on commit 79608e4

Please sign in to comment.