Skip to content

Commit

Permalink
update on static analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Aug 20, 2024
1 parent 6a79c7a commit 34fb446
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:

# build with conan package manager
- repos: r3broot-conan
# The R3BFileSource repo is used for testing unpacking.
preset: default

# Jobs are run inside a Docker container, which provides different compiled
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ jobs:

clang-tidy:
runs-on: ubuntu-latest
strategy:
matrix:
preset: [ default ]
container:
image: yanzhaowang/cvmfs_clang:latest
volumes:
- /tmp:/cvmfs
env:
CVMDIR: /cvmfs/fairsoft.gsi.de
options: --user root --privileged --ulimit nofile=10000:10000 --cap-add SYS_ADMIN --device /dev/fuse
options: --user root --privileged --ulimit nofile=9999:10000 --cap-add SYS_ADMIN --device /dev/fuse
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ def requirements(self):
self.requires("range-v3/0.12.0")
self.requires("gtest/cci.20210126")
self.requires("nlohmann_json/3.11.2")
self.requires("yaml-cpp/0.8.0")
self.requires("protobuf/5.27.0")
self.requires("gsl/2.7.1")

def generate(self):
tc = CMakeToolchain(self)
Expand Down

0 comments on commit 34fb446

Please sign in to comment.