We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac35ae commit e785f91Copy full SHA for e785f91
.dockerignore
@@ -2,4 +2,5 @@
2
Dockerfile
3
.git/
4
.gitignore
5
-.env
+.env
6
+.cargo/config.toml
Dockerfile
@@ -1,7 +1,6 @@
1
# Define base arguments for versioning and optimization
ARG RUST_NIGHTLY_VERSION=nightly-2024-11-29
-ARG RUST_TARGET_CPU=native
-ARG RUSTFLAGS="-C target-cpu=${RUST_TARGET_CPU} -Z share-generics=y -Z threads=8 --cfg tokio_unstable"
+ARG RUSTFLAGS="-Z share-generics=y -Z threads=8"
ARG CARGO_HOME=/usr/local/cargo
7
# Use Ubuntu as base image
0 commit comments