Skip to content

Commit

Permalink
fix typo in BUILD.md and add java check in docker entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: lander86 <[email protected]>
  • Loading branch information
lander86 committed Nov 17, 2021
1 parent 31ed355 commit 42ac49c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ rustup install 1.51.0
```
After that, use `cargo`, the standard Rust build tool, to build the library:
```bash
git clone https://github.com/HorizenOfficial/ginger-lib.git
cd ginger-lib
git clone https://github.com/HorizenOfficial/zendoo-sc-cryptolib.git
cd zendoo-sc-cryptolib
cargo build --release
```
This library comes with unit tests for each of the provided crates. Run the tests with:
Expand Down
1 change: 1 addition & 0 deletions ci/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ chown -RH zenbuilder:zenbuilder /build
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
echo $JAVA_HOME
export PATH=$PATH:$JAVA_HOME/bin
java -version

exec gosu zenbuilder /usr/local/bin//entrypoint_setup_gpg.sh "$@"

0 comments on commit 42ac49c

Please sign in to comment.