This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit a17e02a35a2043d0b5f3746e285db90ef554ac7c Author: Tristan van Berkom <[email protected]> AuthorDate: Tue Apr 5 18:21:39 2022 +0900 tests/elements/{cmake,meson}: Use git source from buildstream-plugins We should not use the git source from buildstream as that will be removed --- tests/elements/cmake/project.conf | 2 ++ tests/elements/meson/project.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/elements/cmake/project.conf b/tests/elements/cmake/project.conf index bd8d972..7e30988 100644 --- a/tests/elements/cmake/project.conf +++ b/tests/elements/cmake/project.conf @@ -7,6 +7,8 @@ element-path: elements plugins: - origin: pip package-name: buildstream-plugins + sources: + - git elements: - cmake - origin: junction diff --git a/tests/elements/meson/project.conf b/tests/elements/meson/project.conf index 9ca5151..456b39f 100644 --- a/tests/elements/meson/project.conf +++ b/tests/elements/meson/project.conf @@ -7,6 +7,8 @@ element-path: elements plugins: - origin: pip package-name: buildstream-plugins + sources: + - git elements: - meson - setuptools
