Skip to content

Commit e082964

Browse files
committed
..
1 parent 8d3139e commit e082964

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/codechecker.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
- name: "Install deps"
7171
run: sudo apt install -y gcc-13 g++-13 cmake gperf zlib1g-dev ninja-build erlang libmbedtls-dev cppcheck valgrind
7272

73-
- name: "Install Facebook Infer"
74-
run: |
75-
VERSION=v1.1.0
76-
curl -sSL "https://github.com/facebook/infer/releases/download/${VERSION}/infer-linux64-${VERSION}.tar.xz" --output infer.tar.xz
77-
tar -xf infer.tar.xz
78-
sudo mv infer-linux64-${VERSION} /opt/infer
79-
sudo ln -s /opt/infer/bin/infer /usr/local/bin/infer
73+
# - name: "Install Facebook Infer"
74+
# run: |
75+
# VERSION=v1.1.0
76+
# curl -sSL "https://github.com/facebook/infer/releases/download/${VERSION}/infer-linux64-${VERSION}.tar.xz" --output infer.tar.xz
77+
# tar -xf infer.tar.xz
78+
# sudo mv infer-linux64-${VERSION} /opt/infer
79+
# sudo ln -s /opt/infer/bin/infer /usr/local/bin/infer
8080

8181
- name: "Install rebar3"
8282
run: |
@@ -94,22 +94,22 @@ jobs:
9494
cd build
9595
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
9696
97-
- name: "Run Infer Analysis"
98-
run: |
99-
cd build
100-
infer capture -- make
101-
infer analyze
97+
# - name: "Run Infer Analysis"
98+
# run: |
99+
# cd build
100+
# infer capture -- make
101+
# infer analyze
102102

103-
- name: "Upload Infer Results"
104-
uses: actions/upload-artifact@v4
105-
with:
106-
name: "Infer Analysis Results"
107-
path: build/infer-out
103+
# - name: "Upload Infer Results"
104+
# uses: actions/upload-artifact@v4
105+
# with:
106+
# name: "Infer Analysis Results"
107+
# path: build/infer-out
108108

109109
- uses: whisperity/codechecker-analysis-action@v1
110110
id: codechecker
111111
with:
112-
version: 6.23.1
112+
version: 6.25.0-rc1
113113
ctu: true
114114
build-command: "cd ${{ github.workspace }}/build; make"
115115
store: ${{ github.event_name == 'push' && vars.CODECHECKER_STORE_PRODUCT_URI != '' }}

0 commit comments

Comments
 (0)