Skip to content

Commit

Permalink
ci: Disable autodiff plugin for lcg (#2433)
Browse files Browse the repository at this point in the history
Autodiff is causing troubles from time to time while refactoring code. There is another occurrence in #2341 and it seems easiest to not use that plugin on that platform in the CI. The plugin is still tested on ubuntu for example where it works without troubles.

Pulled out of #2341
  • Loading branch information
andiwand committed Sep 11, 2023
1 parent 272948d commit b10f804
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
-DACTS_BUILD_PLUGIN_JSON=ON
-DACTS_BUILD_FATRAS=ON
-DACTS_BUILD_PLUGIN_LEGACY=ON
-DACTS_BUILD_PLUGIN_AUTODIFF=ON
-DACTS_BUILD_PLUGIN_AUTODIFF=OFF
-DACTS_BUILD_BENCHMARKS=ON
-DACTS_BUILD_UNITTESTS=ON
-DACTS_BUILD_INTEGRATIONTESTS=ON
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ linux_ubuntu_2204_clang:
-DACTS_BUILD_PLUGIN_JSON=ON
-DACTS_BUILD_FATRAS=ON
-DACTS_BUILD_PLUGIN_LEGACY=ON
-DACTS_BUILD_PLUGIN_AUTODIFF=ON
-DACTS_BUILD_PLUGIN_AUTODIFF=OFF
-DACTS_BUILD_EXAMPLES_DD4HEP=OFF
-DACTS_BUILD_PLUGIN_EDM4HEP=OFF
-DACTS_BUILD_EXAMPLES_GEANT4=ON
Expand Down
1 change: 0 additions & 1 deletion Tests/DownstreamProject/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ find_package(
COMPONENTS
Core
Fatras
PluginAutodiff
PluginIdentification
PluginJson
PluginLegacy
Expand Down

0 comments on commit b10f804

Please sign in to comment.