Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Cui authored Oct 31, 2024
1 parent a1d3f10 commit 1d91202
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d91202

Please sign in to comment.