diff options
| author | 2022-08-13 18:43:16 +0100 | |
|---|---|---|
| committer | 2022-08-13 18:43:25 +0100 | |
| commit | 02a7d65e5bf7d225fc0124163ea17ad01ff0baef (patch) | |
| tree | 46137b1d4ba5f88c8f456b44c2fd0381af0a3ea2 | |
| parent | net-vpn/tor: version bump to 0.4.7.10 (diff) | |
| download | gentoo-02a7d65e5bf7d225fc0124163ea17ad01ff0baef.tar.gz gentoo-02a7d65e5bf7d225fc0124163ea17ad01ff0baef.tar.bz2 gentoo-02a7d65e5bf7d225fc0124163ea17ad01ff0baef.zip | |
dev-cpp/nlohmann_json: exclude more network tests
Again only seem to surface if no git repo in S...?
Closes: https://bugs.gentoo.org/865105
Signed-off-by: Sam James <sam@gentoo.org>
| -rw-r--r-- | dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild index 6104a266421f..3bac320e3a05 100644 --- a/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild +++ b/dev-cpp/nlohmann_json/nlohmann_json-3.11.2.ebuild @@ -56,9 +56,9 @@ src_test() { # https://github.com/nlohmann/json/issues/2189 # # cmake_fetch_content_configure, cmake_fetch_content2_configure: - # Needs network (bug #865027) + # Needs network (bug #865027, bug #865105) local myctestargs=( - -E "(git_required|cmake_fetch_content_configure|cmake_fetch_content2_configure)" + -E "(git_required|cmake_fetch_content_configure|cmake_fetch_content2_configure|cmake_fetch_content_build|cmake_fetch_content2_build)" ) cmake_src_test |
