From 99425bc79baf5baa7a360be4e295cb31d23ad30b Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 8 May 2025 16:56:28 +0200 Subject: [PATCH] Remove unused Just command --- Justfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Justfile b/Justfile index e4fb529..5db704c 100644 --- a/Justfile +++ b/Justfile @@ -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 \ -- 2.47.2