-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccccdd9
commit e8cf622
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,8 +35,8 @@ runs: | |
sudo apt-get -y install clang libreadline-dev gawk libffi-dev graphviz xdot libboost-system-dev libboost-python-dev libboost-filesystem-dev | ||
sudo apt-get -y install libevent-dev libjson-c-dev ca-certificates quilt | ||
sudo apt-get -y install flex bison ccache g++ autoconf perl libgoogle-perftools-dev numactl perl-doc libfl2 libfl-dev zlibc zlib1g zlib1g-dev | ||
sudo apt-get -y install openjdk-8-jdk | ||
pip3 install gitpython | ||
echo "JAVA_HOME=${JAVA_HOME_8_X64}" >> $GITHUB_ENV | ||
sudo ./sbtinstall.sh | ||
git config --global url.https://github.com/.insteadof "[email protected]:" | ||
make env | ||
|