From 57637947f4ab41c43cbf775959bcde39f1d36403 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 19 Sep 2023 23:39:40 +0300 Subject: Fix configuration negotiation not to compare dependency's config checksums if collection is postponed --- tests/pkg-build.testscript | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/pkg-build.testscript') diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript index b6aadba..34b0663 100644 --- a/tests/pkg-build.testscript +++ b/tests/pkg-build.testscript @@ -14516,11 +14516,6 @@ test.arguments += --sys-no-query build plan: new libbox/1.0.0 (required by tez) config.libbox.extras=true (set by tez) - reconfigure/update tex/1.0.0 (required by tiz) - config.tex.extras=true (set by tiz) - config.tex.libfoo_extras=true (set by tex) - reconfigure tiz/1.0.0 (dependent of libbar) - config.tiz.tex_extras=true (set by tiz) drop libbaz/1.0.0 (unused) downgrade toz/0.1.0 (required by tez) config.toz.extras=true (set by tez) @@ -14944,11 +14939,6 @@ test.arguments += --sys-no-query build plan: new libbaz/1.0.0 (required by toz) config.libbaz.extras=true (set by toz) - reconfigure/update tex/1.0.0 (required by tix, tiz) - config.tex.extras=true (set by tix) - config.tex.libfoo_extras=true (set by tex) - reconfigure tiz/1.0.0 (dependent of libbar) - config.tiz.tex_extras=true (set by tiz) new tix/1.0.0 upgrade toz/1.0.0 config.toz.extras=true (set by tuz) -- cgit v1.1