Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
burrow
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hang Yu
burrow
Commits
3841e07b
Unverified
Commit
3841e07b
authored
6 years ago
by
Silas Davis
Browse files
Options
Downloads
Patches
Plain Diff
Fix IAVL version and remove redundancy from Makefile
Signed-off-by:
Silas Davis
<
silas@monax.io
>
parent
996aaf6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Gopkg.lock
+1
-1
1 addition, 1 deletion
Gopkg.lock
Gopkg.toml
+1
-1
1 addition, 1 deletion
Gopkg.toml
Makefile
+2
-8
2 additions, 8 deletions
Makefile
with
4 additions
and
10 deletions
Gopkg.lock
+
1
−
1
View file @
3841e07b
...
...
@@ -532,6 +532,6 @@
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "
5427bb653536a3dcbc91e70991f2a1d9577d9198204fa84c73adc854d93cdf0a
"
inputs-digest = "
ef2abf85870ab16c7ec56ad383638fe151996472e942921b51e6190a1f454013
"
solver-name = "gps-cdcl"
solver-version = 1
This diff is collapsed.
Click to expand it.
Gopkg.toml
+
1
−
1
View file @
3841e07b
...
...
@@ -26,7 +26,7 @@
[[constraint]]
name
=
"github.com/tendermint/iavl"
branch
=
"develop
"
version
=
"
=
0.8
.
0
-rc
0
"
[[constraint]]
name
=
"github.com/prometheus/client_golang"
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
8
View file @
3841e07b
...
...
@@ -72,12 +72,6 @@ protobuf_deps:
%.pb.go
:
%.proto
protoc
-I
${
GOPATH
}
/src
${
REPO
}
/
$<
--go_out
=
plugins
=
grpc:
${
GOPATH
}
/src
keys/pbkeys/keys.pb.go
:
keys/pbkeys/keys.proto
rpc/burrow/burrow.pb.go
:
rpc/burrow/burrow.proto
execution/events/events.pb.go
:
execution/events/events.proto
.PHONY
:
protobuf
protobuf
:
$(PROTO_GO_FILES)
...
...
@@ -126,7 +120,7 @@ build_race: check build_race_db build_race_client
# build burrow
.PHONY
:
build_db
build_db
:
commit_hash
build_db
:
commit_hash
protobuf
go build
-ldflags
"-extldflags '-static'
\
-X github.com/hyperledger/burrow/project.commit=
$(
shell cat commit_hash.txt
)
"
\
-o
${
REPO
}
/bin/burrow ./cmd/burrow
...
...
@@ -137,7 +131,7 @@ install_db: build_db
# build burrow-client
.PHONY
:
build_client
build_client
:
commit_hash
build_client
:
commit_hash
protobuf
go build
-ldflags
"-extldflags '-static'
\
-X github.com/hyperledger/burrow/project.commit=
$(
shell cat commit_hash.txt
)
"
\
-o
${
REPO
}
/bin/burrow-client ./client/cmd/burrow-client
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment