mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-13 00:02:15 +00:00
Compare commits
8 Commits
1.12.0-alp
...
1.11.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
156e3bca9b | ||
|
|
7b09bcf5a3 | ||
|
|
845ce4a727 | ||
|
|
3355510feb | ||
|
|
71d25d530e | ||
|
|
55a004e6de | ||
|
|
449236f7cd | ||
|
|
92a0f7a0b1 |
@@ -13,7 +13,7 @@ netlink = { path = "netlink" }
|
||||
lazy_static = "1.3.0"
|
||||
error-chain = "0.12.1"
|
||||
grpcio = { git="https://github.com/alipay/grpc-rs", branch="rust_agent" }
|
||||
protobuf = "=2.6.1"
|
||||
protobuf = "2.6.1"
|
||||
futures = "0.1.27"
|
||||
libc = "0.2.58"
|
||||
nix = "0.17.0"
|
||||
|
||||
@@ -72,9 +72,6 @@ default: $(TARGET) show-header
|
||||
$(TARGET): $(TARGET_PATH)
|
||||
|
||||
$(TARGET_PATH): $(SOURCES) | show-summary
|
||||
@rustup default 1.42.0
|
||||
@rustup toolchain install 1.42.0-musl
|
||||
@rustup target add $(ARCH)-unknown-linux-musl
|
||||
@cargo build --target $(TRIPLE)
|
||||
|
||||
show-header:
|
||||
|
||||
@@ -9,7 +9,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
libc = "0.2.58"
|
||||
nix = "0.17.0"
|
||||
protobuf = "=2.6.1"
|
||||
protobuf = "2.6.1"
|
||||
rustjail = { path = "../rustjail" }
|
||||
protocols = { path = "../protocols" }
|
||||
slog = { version = "2.5.2", features = ["dynamic-keys", "max_level_trace", "release_max_level_info"] }
|
||||
|
||||
@@ -6,5 +6,5 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
grpcio = { git="https://github.com/alipay/grpc-rs", branch="rust_agent" }
|
||||
protobuf = "=2.6.1"
|
||||
protobuf = "2.6.1"
|
||||
futures = "0.1.27"
|
||||
|
||||
@@ -17,7 +17,7 @@ scopeguard = "1.0.0"
|
||||
prctl = "1.0.0"
|
||||
lazy_static = "1.3.0"
|
||||
libc = "0.2.58"
|
||||
protobuf = "=2.6.1"
|
||||
protobuf = "2.6.1"
|
||||
slog = "2.5.2"
|
||||
slog-scope = "4.1.2"
|
||||
scan_fmt = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user