diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2023-01-20 16:38:10 +0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-20 16:38:10 +0400 | 
| commit | ea1d345147759a4e2822c4145a87485f10d56a69 (patch) | |
| tree | 5e152f2cd776babea7ad9a6c87b84d8012a39ea4 /Cargo.lock | |
| parent | 98420c50a81fccab924f646b1f8dd1e55988a4a5 (diff) | |
Draft: New cross building for docker images (#37)
* Add .circleci/config.yml
* base
* base
* add architectures and cross build
* fix clippy warnings
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 31 | 
1 files changed, 0 insertions, 31 deletions
@@ -777,12 +777,6 @@ dependencies = [  ]  [[package]] -name = "fs_extra" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" - -[[package]]  name = "futures"  version = "0.3.25"  source = "registry+https://github.com/rust-lang/crates.io-index" @@ -885,7 +879,6 @@ dependencies = [   "serde",   "serde_json",   "shared", - "tikv-jemallocator",   "tokio",   "tokio-stream",   "tracing", @@ -1953,7 +1946,6 @@ dependencies = [   "serde_json",   "shared",   "test-log", - "tikv-jemallocator",   "tokio",   "tokio-stream",   "tokio-test", @@ -2074,7 +2066,6 @@ dependencies = [   "serde",   "serde_json",   "shared", - "tikv-jemallocator",   "tokio",   "tokio-stream",   "tonic", @@ -2570,27 +2561,6 @@ dependencies = [  ]  [[package]] -name = "tikv-jemalloc-sys" -version = "0.5.2+5.3.0-patched" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3" -dependencies = [ - "cc", - "fs_extra", - "libc", -] - -[[package]] -name = "tikv-jemallocator" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979" -dependencies = [ - "libc", - "tikv-jemalloc-sys", -] - -[[package]]  name = "time"  version = "0.3.17"  source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3291,7 +3261,6 @@ dependencies = [   "serde",   "serde_json",   "shared", - "tikv-jemallocator",   "tokio",   "tracing",   "twilight-model",  | 
