Remove unused Just command
All checks were successful
lint/clippy Check for common mistakes and opportunities for code improvement
build Build for the target platform

This commit is contained in:
Lucas Schwiderski 2025-05-08 16:56:28 +02:00
parent eb67616eb6
commit 99425bc79b
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8

View file

@ -76,15 +76,6 @@ compile-docker:
{{image_name}} \
cargo build -Zbuild-std --target x86_64-pc-windows-msvc {{ if release != "false" { "--release" } else { "" } }}
fakeloader action="":
docker run \
--rm \
-t \
--user "$(id -u):$(id -g)" \
-v ./fakeloader:/work \
dockcross/windows-shared-x64 \
make {{action}}
set-base-pipeline:
fly -t {{fly_target}} set-pipeline \
--pipeline dt-p2p \