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 /exes/gateway/src/main.rs | |
| 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 'exes/gateway/src/main.rs')
| -rw-r--r-- | exes/gateway/src/main.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/exes/gateway/src/main.rs b/exes/gateway/src/main.rs index 900171c..f1b0298 100644 --- a/exes/gateway/src/main.rs +++ b/exes/gateway/src/main.rs @@ -1,11 +1,4 @@ use gateway::GatewayServer; use leash::ignite; -#[cfg(not(target_os = "windows"))] -use tikv_jemallocator::Jemalloc; - -#[cfg(not(target_os = "windows"))] -#[global_allocator] -static GLOBAL: Jemalloc = Jemalloc; - ignite!(GatewayServer); |
