This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/769-libuv-package-and-thread-header
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/769-libuv-package-and-thread-header by this push:
     new feb9d8ec8 Remove libuv linkng from ei tests
feb9d8ec8 is described below

commit feb9d8ec82c0584df97799bf225604a5d07ce74f
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Jan 18 22:26:02 2026 +0100

    Remove libuv linkng from ei tests
---
 libs/utils/gtest/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libs/utils/gtest/CMakeLists.txt b/libs/utils/gtest/CMakeLists.txt
index c7cf68fcf..84fe3a4c2 100644
--- a/libs/utils/gtest/CMakeLists.txt
+++ b/libs/utils/gtest/CMakeLists.txt
@@ -154,10 +154,7 @@ if (EI_TESTS)
             Celix::fts_ei
             utils_cut
             Celix::utils_ei
-            libuv::uv
-            -Wl,--whole-archive
             Celix::ifaddrs_ei
-            -Wl,--no-whole-archive
             Celix::threads_ei
             Celix::malloc_ei
             Celix::asprintf_ei

Reply via email to