Remove outdated feature flag from Dockerfile.ecosystem (#4620)

This commit is contained in:
konstin 2023-05-24 10:19:08 +02:00 committed by GitHub
parent c6a760e298
commit 5b9d4f18ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
# ```
# From the project root:
# ```
# cargo build --target x86_64-unknown-linux-musl --features ecosystem_ci
# cargo build --target x86_64-unknown-linux-musl
# docker buildx build -f scripts/Dockerfile.ecosystem -t ruff-ecosystem-checker --load .
# docker run --rm -v ./target/x86_64-unknown-linux-musl/debug/ruff:/app/ruff-new -v ./ruff-old:/app/ruff-old ruff-ecosystem-checker
# ```