Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .ci/micromamba/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- pylint
- pycodestyle
- buildifier
- clang
- clang-tools
- bazel=6
- clang=21
- clang-tools=21
- bazel=7.7.1
- pip:
- codechecker==6.25
- codechecker==6.27.3
4 changes: 2 additions & 2 deletions .ci/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ experimental = true

[tools]
# Environment tools:
"bazel" = "6.5"
"bazel" = "7.7.1"
"python" = "3.11"
"pipx" = "latest"
"pipx:codechecker" = "6.26"
"pipx:codechecker" = "6.27.3"

# Clang tools:
"conda:clang" = "latest"
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@ Prerequisites

We need the following tools:

- Git 2 or newer (we use 2.36)
- Bazel 6, 7 or 8 (we recommend version 8.5.0)
- Clang 16 or newer (we use 16), we use clang-tidy
- Python 3.8 or newer (we use 3.11)
- CodeChecker 6.26 or newer (we use 6.26.0)
- Git 2 or newer
- Bazel 7.7
Comment thread
nettle marked this conversation as resolved.
- Clang and clang-tidy 21
- Python 3.11 or newer
- CodeChecker 6.27.3

If, by chance, Environment Modules (https://modules.sourceforge.net/)
are available in your system, you can just add the following modules:

module add git
module add bazel/6
module add clang/16
module add bazel/7
Comment thread
nettle marked this conversation as resolved.
module add clang/21
module add python/3.11
module add codechecker/6.26
module add codechecker/6.27.3


Getting Started
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pytest
pylint
codechecker >= 6.26

codechecker >= 6.27.3
Loading