Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
ci: update ETCDEVTeam/sputnikvm-ffi path in Circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
whilei committed Sep 4, 2018
1 parent c6d373d commit 8a14c77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -10,11 +10,11 @@ sputnik_vm_steps: &sputnik_vm_steps
export GOPATH=$HOME/go
export PATH=$PATH:$HOME/.cargo/bin:$HOME/janusbin
cd $GOPATH/src/github.com/ethereumproject/go-ethereum
make -C vendor/github.com/ethereumproject/sputnikvm-ffi/c
make -C vendor/github.com/ETCDEVTeam/sputnikvm-ffi/c
- persist_to_workspace:
root: ~/
paths:
- go/src/github.com/ethereumproject/go-ethereum/vendor/github.com/ethereumproject/sputnikvm-ffi/c/libsputnikvm.a
- go/src/github.com/ethereumproject/go-ethereum/vendor/github.com/ETCDEVTeam/sputnikvm-ffi/c/libsputnikvm.a

deploy_steps: &deploy_steps
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ unit_tests_steps: &unit_tests_steps
export PATH=$PATH:$GOBIN
export TAGS="netgo deterministic"
if [ $USE_SPUTNIK_VM == true ]; then
export CGO_LDFLAGS="$GOPATH/src/github.com/ethereumproject/go-ethereum/vendor/github.com/ethereumproject/sputnikvm-ffi/c/libsputnikvm.a -ldl"
export CGO_LDFLAGS="$GOPATH/src/github.com/ethereumproject/go-ethereum/vendor/github.com/ETCDEVTeam/sputnikvm-ffi/c/libsputnikvm.a -ldl"
if [ "$(uname)" == "Darwin" ]; then
export CGO_LDFLAGS="$CGO_LDFLAGS -lresolv"
fi
Expand All @@ -74,7 +74,7 @@ bats_tests_steps: &bats_tests_steps
name: Run bats tests
command: |
export GOPATH=$HOME/go
export CGO_LDFLAGS="$GOPATH/src/github.com/ethereumproject/go-ethereum/vendor/github.com/ethereumproject/sputnikvm-ffi/c/libsputnikvm.a -ldl"
export CGO_LDFLAGS="$GOPATH/src/github.com/ethereumproject/go-ethereum/vendor/github.com/ETCDEVTeam/sputnikvm-ffi/c/libsputnikvm.a -ldl"
if [ "$(uname)" == "Darwin" ]; then
export CGO_LDFLAGS="$CGO_LDFLAGS -lresolv"
else
Expand Down

0 comments on commit 8a14c77

Please sign in to comment.