mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 13:15:06 +00:00
Remove outdated feature flag from Dockerfile.ecosystem (#4620)
This commit is contained in:
parent
c6a760e298
commit
5b9d4f18ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
# ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue