From 1d912023005426cf6711a802f8b6262a255d7eeb Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Oct 2024 14:42:45 +0800 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index a0cb40b..4204922 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -27,19 +27,8 @@ jobs: run: | gcc --version c++ --version - ls -l /etc/alternatives/c++ - g++ --version cmake --version - ld -v - ld --verbose | grep SEARCH_DIR | tr -s ' ;' \\012 # show ld search path - - # should fix the "missing pthread_create in pthread.so" error - ls -l /usr/lib/x86_64-linux-gnu | grep pthread - ls -l /usr/lib/x86_64-linux-gnu/libpthread.so.0 - nm /usr/lib/x86_64-linux-gnu/libpthread.so.0 | grep "pthread_create" - - - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type