Skip to content

Commit

Permalink
Merge pull request #34 from pika-org/valgrind
Browse files Browse the repository at this point in the history
Add valgrind
  • Loading branch information
msimberg committed Oct 3, 2023
2 parents 1545b27 + acd1101 commit c787022
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
branches: main

env:
base_image_version: 19
base_image_version: 20
base_image_name: pika-ci-base
hip_image_version: 12
hip_image_version: 13
hip_image_name: pika-ci-hip

jobs:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN apt-get update && \
python3 \
python3-pip \
shfmt \
valgrind \
xsltproc \
&& \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit c787022

Please sign in to comment.