提交 886e0b2a 编写于 作者: J Jeet Parekh

fix neo4j and esv7 dependencies

上级 f63b06b9
...@@ -19,6 +19,7 @@ jobs: ...@@ -19,6 +19,7 @@ jobs:
- sudo dpkg -i seabolt-1.7.4-Linux-ubuntu-16.04.deb - sudo dpkg -i seabolt-1.7.4-Linux-ubuntu-16.04.deb
- sudo apt-get install -y libssl-dev build-essential - sudo apt-get install -y libssl-dev build-essential
- go get github.com/neo4j/neo4j-go-driver/neo4j - go get github.com/neo4j/neo4j-go-driver/neo4j
- go get gopkg.in/olivere/elastic.v7
- go get github.com/appbaseio/abc || true - go get github.com/appbaseio/abc || true
- mkdir private - mkdir private
- git clone https://$PAT@github.com/appbaseio-confidential/abc-import private - git clone https://$PAT@github.com/appbaseio-confidential/abc-import private
...@@ -32,6 +33,8 @@ jobs: ...@@ -32,6 +33,8 @@ jobs:
skip_cleanup: true skip_cleanup: true
file: abc-linux file: abc-linux
draft: true draft: true
on:
all_branches: true
- name: macos - name: macos
os: osx os: osx
...@@ -43,6 +46,7 @@ jobs: ...@@ -43,6 +46,7 @@ jobs:
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/share/pkgconfig - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/share/pkgconfig
- export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/lib - export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:`pwd`/seabolt-1.7.4-Darwin/usr/local/lib
- go get github.com/neo4j/neo4j-go-driver/neo4j - go get github.com/neo4j/neo4j-go-driver/neo4j
- go get gopkg.in/olivere/elastic.v7
- go get github.com/appbaseio/abc || true - go get github.com/appbaseio/abc || true
- mkdir private - mkdir private
- git clone https://$PAT@github.com/appbaseio-confidential/abc-import private - git clone https://$PAT@github.com/appbaseio-confidential/abc-import private
...@@ -56,3 +60,5 @@ jobs: ...@@ -56,3 +60,5 @@ jobs:
skip_cleanup: true skip_cleanup: true
file: abc-macos file: abc-macos
draft: true draft: true
on:
all_branches: true
...@@ -15,11 +15,14 @@ MAINTAINER Siddharth Kothari <siddharth@appbase.io> ...@@ -15,11 +15,14 @@ MAINTAINER Siddharth Kothari <siddharth@appbase.io>
ARG ABC_BUILD=oss ARG ABC_BUILD=oss
ENV ABC_BUILD ${ABC_BUILD} ENV ABC_BUILD ${ABC_BUILD}
RUN mkdir -p $GOPATH/github.com/src/appbaseio/abc && \ RUN apt-get update && \
apt-get install -y libssl-dev && \
mkdir -p $GOPATH/github.com/src/appbaseio/abc && \
mkdir -p /abc && \ mkdir -p /abc && \
curl -LO https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Linux-ubuntu-18.04.deb && \ curl -LO https://github.com/neo4j-drivers/seabolt/releases/download/v1.7.4/seabolt-1.7.4-Linux-ubuntu-18.04.deb && \
dpkg -i seabolt-1.7.4-Linux-ubuntu-18.04.deb && \ dpkg -i seabolt-1.7.4-Linux-ubuntu-18.04.deb && \
go get github.com/neo4j/neo4j-go-driver/neo4j go get github.com/neo4j/neo4j-go-driver/neo4j && \
go get gopkg.in/olivere/elastic.v7
WORKDIR $GOPATH/src/github.com/appbaseio/abc WORKDIR $GOPATH/src/github.com/appbaseio/abc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册