aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-08 01:38:14 +0900
committernsfisis <nsfisis@gmail.com>2026-01-08 01:38:14 +0900
commitfc1782f7c71d12f30f24bc8633259ea1525a96b0 (patch)
tree3af2bfaf7538d4266c8644a133446d7e2172d815 /justfile
parent6fb22b73b46a8d6c9d1dfc6302760b4c218f0645 (diff)
downloadducc-fc1782f7c71d12f30f24bc8633259ea1525a96b0.tar.gz
ducc-fc1782f7c71d12f30f24bc8633259ea1525a96b0.tar.zst
ducc-fc1782f7c71d12f30f24bc8633259ea1525a96b0.zip
chore: remove "just build-upto-5-gen" recipe
Diffstat (limited to 'justfile')
-rw-r--r--justfile11
1 files changed, 1 insertions, 10 deletions
diff --git a/justfile b/justfile
index bea5863..06c46db 100644
--- a/justfile
+++ b/justfile
@@ -16,17 +16,8 @@ build N="1":
fi
CC="$cc" CFLAGS="$cflags" TARGET="$target" make
-build-upto-5-gen:
- just build 1
- just build 2
- just build 3
- just build 4
- just build 5
-
-test-self-hosted: build-upto-5-gen
+test-self-hosted: (build "1") (build "2") (build "3")
diff -u ./build/ducc2 ./build/ducc3
- diff -u ./build/ducc3 ./build/ducc4
- diff -u ./build/ducc4 ./build/ducc5
test TESTCASE="all" $BIN="ducc": build
#!/usr/bin/env bash