Skip to content

Commit

Permalink
update darknode and filecoin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Oct 8, 2020
1 parent 7bfe23e commit d834ce2
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: "^1.14.0"
- name: Configure git for private modules
env:
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: git config --global url."https://tok-kkk:${TOKEN}@github.com".insteadOf "https://github.com"
- name: Caching modules
uses: actions/cache@v1
Expand All @@ -33,7 +33,7 @@ jobs:
sudo apt install ocl-icd-opencl-dev
git submodule add https://github.com/filecoin-project/filecoin-ffi.git .extern/filecoin-ffi
cd .extern/filecoin-ffi
git checkout 777a6fbf4446b1112adfd4fa5dd88e0c88974122
git checkout a62d00da59d1b0fb35f3a4ae854efa9441af892d
make
cd ../..
go mod edit -replace=github.com/filecoin-project/filecoin-ffi=./.extern/filecoin-ffi
Expand All @@ -50,7 +50,7 @@ jobs:
golint ./...
- name: Run tests and report test coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
export PATH=$PATH:$(go env GOPATH)/bin
cd $GITHUB_WORKSPACE
Expand All @@ -64,4 +64,4 @@ jobs:
store/coverprofile.out \
updater/coverprofile.out \
resolver/coverprofile.out > covermerge.out
goveralls -coverprofile=coverprofile.out -service=github
goveralls -coverprofile=coverprofile.out -service=github
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get install -y jq
RUN apt-get install -y ocl-icd-opencl-dev
RUN git clone https://github.com/filecoin-project/filecoin-ffi.git /extern/filecoin-ffi
WORKDIR /extern/filecoin-ffi
RUN git checkout 777a6fbf4446b1112adfd4fa5dd88e0c88974122
RUN git checkout a62d00da59d1b0fb35f3a4ae854efa9441af892d
RUN make

# Download dependencies.
Expand Down
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require (
github.com/allegro/bigcache v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20200310212843-2da4c1f5881b // indirect
github.com/btcsuite/btcd v0.21.0-beta
github.com/certifi/gocertifi v0.0.0-20190905060710-a5e0173ced67 // indirect
github.com/cespare/cp v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dgryski/go-farm v0.0.0-20191112170834-c2139c5d712b // indirect
Expand All @@ -28,10 +27,10 @@ require (
github.com/pierrec/xxHash v0.1.5 // indirect
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/renproject/aw v0.4.0-9
github.com/renproject/darknode v0.5.3-0.20201002050348-0e3b2e64ae63
github.com/renproject/darknode v0.5.3-0.20201008012210-e645a5183d8f
github.com/renproject/id v0.4.2
github.com/renproject/kv v1.1.2
github.com/renproject/multichain v0.2.8-0.20200929114230-302423f836e7
github.com/renproject/multichain v0.2.8-0.20201008003205-9bbeb1708725
github.com/renproject/pack v0.2.5
github.com/renproject/phi v0.1.0
github.com/rjeczalik/notify v0.9.2 // indirect
Expand Down
Loading

0 comments on commit d834ce2

Please sign in to comment.