From 6843ace5cc1fbff9c8d9e21410c85fee99c2e619 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Tue, 12 Jul 2022 13:28:16 +0200 Subject: [PATCH] CI: remove mac builds, they do not work, mac1015 images will be dropped end of august, mac11 is not working with fuse --- .github/workflows/mac.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .github/workflows/mac.yml diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml deleted file mode 100644 index 408fc81b4..000000000 --- a/.github/workflows/mac.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: macOS - -on: [push, pull_request] - -jobs: - macOS: - runs-on: macos-10.15 - strategy: - matrix: - LCG: ["LCG_98python3/x86_64-mac1015-clang110-opt", - "LCG_99/x86_64-mac1015-clang120-opt"] - steps: - - uses: actions/checkout@v2 - - uses: cvmfs-contrib/github-action-cvmfs@v2 - with: - cvmfs_repositories: 'sft.cern.ch,geant4.cern.ch' - - uses: aidasoft/run-lcg-view@v1 - with: - release-platform: ${{ matrix.LCG }} - run: | - mkdir build - cd build - cmake -GNinja -DDD4HEP_USE_GEANT4=ON -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_LCIO=ON -DBUILD_TESTING=ON -DDD4HEP_USE_XERCESC=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 .. - ninja - ninja install - . ../bin/thisdd4hep.sh - ctest --output-on-failure -j4 - cd ../examples/ - mkdir build - cd build - cmake -GNinja -DBoost_NO_BOOST_CMAKE=ON -DDD4HEP_USE_XERCESC=ON -DCMAKE_CXX_STANDARD=17 .. - ninja - ninja install - ctest --output-on-failure -E t_ClientTests_Check_Shape_Eightpoint_Reflect_DetElement -- GitLab