Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 1292f55

Browse files
committedSep 14, 2021
[force-merge-from-v5] Patch network address SALT and get val_config_ip_address pass
1 parent 31e1775 commit 1292f55

File tree

6,175 files changed

+402209
-257179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,175 files changed

+402209
-257179
lines changed
 

‎.cargo/config

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ xfmt = "run --package x --bin x -- fmt"
66
xfix = "run --package x --bin x -- fix"
77
xtest = "run --package x --bin x -- test"
88
xlint = "run --package x --bin x -- lint"
9+
xbuild = "run --package x --bin x -- build"
10+
nextest = "run --package x --bin x -- nextest"
911

1012
# //////// 0L ////////
1113
[target.'cfg(target_os = "linux")']
1214
# Dramatically increases the link performance for the eventbus
13-
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
15+
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

‎.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
target/
55
!target/libra-node-builder/libra-node
66
**/*Dockerfile
7-
.circleci/config.yml
87
docker/update_or_build.sh

0 commit comments

Comments
 (0)
This repository has been archived.