Skip to content

Commit

Permalink
chore: remove redundant cmake flags (#3842)
Browse files Browse the repository at this point in the history
These are already set with ``:
```
{
    "name": "gitlab-ci-clangtidy",
    "displayName": "GitLab-CI",
    "inherits": "ci-common",
    "cacheVariables": {
        "ACTS_BUILD_ODD": "OFF",
        "ACTS_BUILD_EXAMPLES_PYTHON_BINDINGS": "OFF",
        "ACTS_RUN_CLANG_TIDY": "ON"
    }
},
```
  • Loading branch information
AJPfleger authored Nov 11, 2024
1 parent 637ee01 commit 4f8dd3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ clang_tidy:
-DCMAKE_CXX_COMPILER=clang++
-DCMAKE_C_COMPILER=clang
-DPython_EXECUTABLE=$(which python3)
-DACTS_RUN_CLANG_TIDY=ON
-DACTS_BUILD_ODD=OFF
# Main clang-tidy run during cmake compilation
- CI/clang_tidy/run_clang_tidy.sh clang-tidy build
Expand Down

0 comments on commit 4f8dd3f

Please sign in to comment.