Skip to content

Commit

Permalink
ci: Switch off forced-assertions in extra Ubuntu builds (#2337)
Browse files Browse the repository at this point in the history
We've had problems in the past that some variables were only ever used by `assert`ions, with this change, the extra builds should fail and tell us when that's the case.
  • Loading branch information
paulgessinger committed Aug 1, 2023
1 parent 6276311 commit 6527cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ jobs:
-DACTS_BUILD_ODD=ON
-DACTS_BUILD_EXAMPLES_PYTHON_BINDINGS=ON
-DACTS_BUILD_EXAMPLES_EDM4HEP=ON
-DACTS_FORCE_ASSERTIONS=ON
-DACTS_FORCE_ASSERTIONS=OFF
-DACTS_BUILD_ANALYSIS_APPS=ON
-DACTS_BUILD_PLUGIN_ACTSVG=ON
Expand Down

0 comments on commit 6527cda

Please sign in to comment.