Skip to content

Commit

Permalink
[maint] Remove CMake which is not used (#1488)
Browse files Browse the repository at this point in the history
Remove CMake clang preset as it's not used by CI and it's better to
hande it via CMakeUserPresets

#### Reference Issues/PRs
<!--Example: Fixes #1234. See also #3456.-->

#### What does this implement or fix?

#### Any other comments?

#### Checklist

<details>
  <summary>
   Checklist for code changes...
  </summary>
 
- [ ] Have you updated the relevant docstrings, documentation and
copyright notice?
- [ ] Is this contribution tested against [all ArcticDB's
features](../docs/mkdocs/docs/technical/contributing.md)?
- [ ] Do all exceptions introduced raise appropriate [error
messages](https://docs.arcticdb.io/error_messages/)?
 - [ ] Are API changes highlighted in the PR description?
- [ ] Is the PR labelled as enhancement or bug so it appears in
autogenerated release notes?
</details>

<!--
Thanks for contributing a Pull Request to ArcticDB! Please ensure you
have taken a look at:
- ArcticDB's Code of Conduct:
https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md
- ArcticDB's Contribution Licensing:
https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing
-->

Co-authored-by: Vasil Pashov <[email protected]>
  • Loading branch information
vasil-pashov and Vasil Pashov authored Apr 17, 2024
1 parent 4746a30 commit 9e12c9a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cpp/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,6 @@
"name": "linux-debug",
"inherits": ["common_vcpkg", "linux"]
},
{
"name": "linux-debug-clang",
"inherits": ["common_vcpkg", "linux"],
"cacheVariables": {
"CMAKE_C_COMPILER": "clang",
"CMAKE_CXX_COMPILER": "clang++",
"STATIC_LINK_STD_LIB": "OFF"
}
},
{
"name": "linux-conda-debug",
"inherits": ["common_conda", "linux"]
Expand Down Expand Up @@ -155,7 +146,6 @@
{"name": "windows-cl-conda-debug", "configurePreset": "windows-cl-conda-debug", "targets": "arcticdb_ext" },
{"name": "windows-cl-conda-release", "configurePreset": "windows-cl-conda-release", "targets": "arcticdb_ext" },
{"name": "linux-debug", "configurePreset": "linux-debug", "targets": "arcticdb_ext" },
{"name": "linux-debug-clang", "configurePreset": "linux-debug-clang", "targets": "arcticdb_ext" },
{"name": "linux-release", "configurePreset": "linux-release", "targets": "arcticdb_ext" },
{"name": "linux-conda-debug", "configurePreset": "linux-conda-debug", "targets": "arcticdb_ext" },
{"name": "linux-conda-release", "configurePreset": "linux-conda-release", "targets": "arcticdb_ext" },
Expand Down

0 comments on commit 9e12c9a

Please sign in to comment.