Skip to content

Commit

Permalink
Restored Ubuntu 22.04 amd64 valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 27, 2024
1 parent 05a6ad5 commit 0c8026b
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 204 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- "gentoo"
- "ubuntu-20.04-focal-amd64"
- "ubuntu-22.04-jammy-amd64"
- "ubuntu-24.04-noble-amd64-valgrind"
- "ubuntu-22.04-jammy-amd64-valgrind"
# has a dependency on the test image
- "manylinux2014-wheel-build"
- "manylinux_2_28-wheel-build"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TARGETS = \
ubuntu-20.04-focal-amd64 \
ubuntu-22.04-jammy-amd64 \
ubuntu-24.04-noble-amd64 \
ubuntu-24.04-noble-amd64-valgrind \
ubuntu-22.04-jammy-amd64-valgrind \
ubuntu-22.04-jammy-arm64v8 \
ubuntu-24.04-noble-ppc64le \
ubuntu-24.04-noble-s390x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
valgrind \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

RUN useradd pillow \
RUN useradd --uid 1001 pillow \
&& addgroup pillow sudo \
&& mkdir /home/pillow \
&& chown pillow:pillow /home/pillow
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
54 changes: 0 additions & 54 deletions ubuntu-24.04-noble-amd64-valgrind/Dockerfile

This file was deleted.

26 changes: 0 additions & 26 deletions ubuntu-24.04-noble-amd64-valgrind/Dockerfile-dbg

This file was deleted.

38 changes: 0 additions & 38 deletions ubuntu-24.04-noble-amd64-valgrind/Makefile

This file was deleted.

52 changes: 0 additions & 52 deletions ubuntu-24.04-noble-amd64-valgrind/README-dbg.md

This file was deleted.

6 changes: 0 additions & 6 deletions ubuntu-24.04-noble-amd64-valgrind/python.supp

This file was deleted.

7 changes: 0 additions & 7 deletions ubuntu-24.04-noble-amd64-valgrind/setup.sh

This file was deleted.

16 changes: 0 additions & 16 deletions ubuntu-24.04-noble-amd64-valgrind/test.sh

This file was deleted.

2 changes: 0 additions & 2 deletions ubuntu-24.04-noble-amd64-valgrind/update.sh

This file was deleted.

0 comments on commit 0c8026b

Please sign in to comment.