Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA CMake tests disabled: broken #42

Open
jeking3 opened this issue Nov 30, 2024 · 0 comments
Open

GHA CMake tests disabled: broken #42

jeking3 opened this issue Nov 30, 2024 · 0 comments

Comments

@jeking3
Copy link
Collaborator

jeking3 commented Nov 30, 2024

Run cmake_test_folder="$BOOST_ROOT/libs/$SELF/test/cmake_test" # New unified folder
  cmake_test_folder="$BOOST_ROOT/libs/$SELF/test/cmake_test" # New unified folder
  [ -d "$cmake_test_folder" ] || cmake_test_folder="$BOOST_ROOT/libs/$SELF/test/cmake_subdir_test"
  cd "$cmake_test_folder"
  mkdir __build_cmake_subdir_test__ && cd __build_cmake_subdir_test__
  cmake -G "Unix Makefiles" -DBOOST_CI_INSTALL_TEST=OFF -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=ON ..
  cmake --build . --config Debug -j$B2_JOBS
  ctest --output-on-failure --build-config Debug
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    ASAN_OPTIONS: allocator_may_return_null=1
    GIT_FETCH_JOBS: 8
    NET_RETRY_COUNT: 5
    B2_CI_VERSION: 1
    B2_VARIANT: debug,release
    B2_LINK: shared,static
    LCOV_BRANCH_COVERAGE: 1
    CODECOV_NAME: Github Actions
    BOOST_CI_TARGET_BRANCH: ci
    BOOST_CI_SRC_FOLDER: /home/runner/work/interval/interval
    SELF: numeric/interval
    BOOST_ROOT: /home/runner/work/interval/boost-root
    B2_TOOLSET: 
    B2_COMPILER: 
    B2_CXXSTD: 11
    B2_JOBS: 5
-- The CXX compiler identification is GNU 9.4.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:15 (add_subdirectory):
  The source directory

    /home/runner/work/interval/boost-root/libs

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!
Error: Process completed with exit code 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant