diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-28 15:04:35 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-06-07 21:14:14 +0300 |
commit | 714662df7ada7426ba2cfd982f15b4333f7716f9 (patch) | |
tree | dfe42db5fc8173b819f732dffd44267677fda2ba /tests/pkg-build | |
parent | 4c5fe206eff86e80a4c41977320db67e2779fc32 (diff) |
In pkg-build postpone collecting dependencies with preferred/required configuration
Also start build collection from scratch on package version replacement.
Diffstat (limited to 'tests/pkg-build')
l--------- | tests/pkg-build/t11a | 1 | ||||
l--------- | tests/pkg-build/t12a | 1 | ||||
l--------- | tests/pkg-build/t12b | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/pkg-build/t11a b/tests/pkg-build/t11a new file mode 120000 index 0000000..4f78412 --- /dev/null +++ b/tests/pkg-build/t11a @@ -0,0 +1 @@ +../common/dependency-alternatives/t11a
\ No newline at end of file diff --git a/tests/pkg-build/t12a b/tests/pkg-build/t12a new file mode 120000 index 0000000..d421f92 --- /dev/null +++ b/tests/pkg-build/t12a @@ -0,0 +1 @@ +../common/satisfy/t12a/
\ No newline at end of file diff --git a/tests/pkg-build/t12b b/tests/pkg-build/t12b new file mode 120000 index 0000000..0fbba8a --- /dev/null +++ b/tests/pkg-build/t12b @@ -0,0 +1 @@ +../common/satisfy/t12b/
\ No newline at end of file |