From f266e641a3aa92db3c80f4fa6b799c58156aab53 Mon Sep 17 00:00:00 2001 From: Kristian Larsson Date: Wed, 3 Jun 2026 23:38:53 +0200 Subject: [PATCH] Build dist/std before make test The compiler test suite includes project builds that resolve the local std distribution. A standalone make test could reach test_acton before dist/std existed, even though the full CI build normally prepared it earlier. Make the top-level test target depend on dist/std and split the stdlib test commands into a helper so make test does not rebuild dist/std through test-stdlib. --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5071e2c0d..276eee145 100644 --- a/Makefile +++ b/Makefile @@ -506,18 +506,18 @@ dist/deps/libyyjson: deps/libyyjson $(DIST_ZIG) cp -a "$