Skip to content

Commit

Permalink
Merge pull request #554 from atsign-foundation/valgrind-user
Browse files Browse the repository at this point in the history
fix: uptake new atsign user path for valgrind image
  • Loading branch information
XavierChanth authored Mar 4, 2025
2 parents f97fbf7 + 35dc9d3 commit 29612f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ memcheck +ARGS='': build-test-memcheck
memcheck-docker +ARGS='':
docker run --rm --platform linux/amd64 \
--mount type=bind,src=$PWD,dst=/mnt/workdir \
--mount type=bind,src=$HOME/.atsign/keys,dst=/root/.atsign/keys \
--mount type=bind,src=$HOME/.atsign/keys,dst=/home/atsign/.atsign/keys \
atsigncompany/valgrind:latest \
just memcheck {{ARGS}}

valgrind-docker:
docker run --rm --platform linux/amd64 -ti \
--mount type=bind,src=$PWD,dst=/mnt/workdir \
--mount type=bind,src=$HOME/.atsign/keys,dst=/root/.atsign/keys \
--mount type=bind,src=$HOME/.atsign/keys,dst=/home/atsign/.atsign/keys \
atsigncompany/valgrind:latest \
/bin/bash

Expand Down

0 comments on commit 29612f5

Please sign in to comment.