Skip to content

Commit

Permalink
sanitize on 22 (arkime#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
awick authored Feb 16, 2024
1 parent 09aaf26 commit 90e264e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
package: deb

- version: ubuntu2204
container: andywick/arkime-build-22:5.0.0-2
container: andywick/arkime-build-22:5.0.0-4
buildopt: "--nothirdparty --kafka --pfring"
fpmdeps: "-d libwww-perl -d libjson-perl -d ethtool -d libyaml-dev -d liblua5.4-0 -d libmaxminddb0 -d libcurl4 -d libpcap0.8 -d libglib2.0-0 -d libnghttp2-14 -d libyara8 -d librdkafka1"
package: deb
sanitize: true

- version: ubuntu2404
container: andywick/arkime-build-24:5.0.0-3
Expand Down Expand Up @@ -190,6 +191,12 @@ jobs:
mv moloch*.deb moloch-main_${{matrix.version}}_amd64.deb
ls -l *.deb
- name: sanitize
if: ${{ matrix.sanitize }}
run: |
(cd capture ; make sanitize CC=clang-18)
(cd tests; ./tests.pl)
- name: upload github
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
Expand Down

0 comments on commit 90e264e

Please sign in to comment.