Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/memcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-8:latest /bin/bash -c "cd cpp-client && INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_BASE_REF.$GITHUB_REF_SLUG PLATFORM_TAG=el8 ./build.sh MEMECHECK"
- name: Archive memcheck results
if: failure() || success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
with:
name: memcheck-report-centos8
path: build/Testing/Temporary/*
Expand All @@ -50,7 +50,7 @@ jobs:
run: podman run -v `pwd`:/home/jboss/cpp-client quay.io/rigazilla/ci-build-centos-9:latest /bin/bash -c "cd cpp-client && PATH=\$JAVA_HOME/bin:$PATH INFINISPAN_VERSION=15.0.0.Dev07 CLIENT_VERSION=$GITHUB_BASE_REF.$GITHUB_REF_SLUG PLATFORM_TAG=el9 ./build.sh MEMCHECK"
- name: Archive memcheck results
if: failure() || success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
with:
name: memcheck-report-centos9
path: build/Testing/Temporary/*
Expand Down
Loading