Skip to content

Commit 801d650

Browse files
committed
Remove now-dead code
1 parent 82dce5b commit 801d650

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

Dockerfile.template

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ RUN set -eux; \
4949
perl \
5050
perl-io-socket-ssl \
5151
perl-utils \
52-
{{ if .version == "1.6.38" then ( -}}
53-
# temporary, see below
54-
patch \
55-
{{ ) else "" end -}}
5652
; \
5753
{{ ) else ( -}}
5854
savedAptMark="$(apt-mark showmanual)"; \
@@ -79,30 +75,6 @@ RUN set -eux; \
7975
tar -xzf memcached.tar.gz -C /usr/src/memcached --strip-components=1; \
8076
rm memcached.tar.gz; \
8177
\
82-
{{ if .version == "1.6.38" then ( -}}
83-
# https://github.com/memcached/memcached/issues/1220
84-
# https://github.com/memcached/memcached/pull/1221
85-
# https://github.com/memcached/memcached/commit/1a0a0b2591176a7c82412e27f3e17ba9133cd8dd
86-
wget -O memcached-time-overflow.patch 'https://github.com/memcached/memcached/commit/1a0a0b2591176a7c82412e27f3e17ba9133cd8dd.patch?full_index=1'; \
87-
echo '12441b94e0c35e2bd4511d10b799b731f3aae7428f196d34eccefb68351ed0f0 *memcached-time-overflow.patch' | sha256sum -c -; \
88-
patch --input="$PWD/memcached-time-overflow.patch" --strip=1 --directory=/usr/src/memcached; \
89-
rm memcached-time-overflow.patch; \
90-
\
91-
# https://github.com/memcached/memcached/issues/1220#issuecomment-2762952480
92-
# https://github.com/memcached/memcached/commit/a2e47b5afdf6ad7deeb54ce9fb1d45cf8cfd1024
93-
wget -O memcached-extstore-test-stability.patch 'https://github.com/memcached/memcached/commit/a2e47b5afdf6ad7deeb54ce9fb1d45cf8cfd1024.patch?full_index=1'; \
94-
echo 'a421465488e2ffac5fe3d956598f030f5b06399af3dbb4e36ecebdd368245b4b *memcached-extstore-test-stability.patch' | sha256sum -c -; \
95-
patch --input="$PWD/memcached-extstore-test-stability.patch" --strip=1 --directory=/usr/src/memcached; \
96-
rm memcached-extstore-test-stability.patch; \
97-
\
98-
# https://github.com/memcached/memcached/issues/799
99-
# https://github.com/memcached/memcached/pull/1237
100-
wget -O memcached-stop_time.patch 'https://github.com/memcached/memcached/commit/37c94672231c471de2d75ff73f46ec9e72f15f44.patch?full_index=1'; \
101-
echo '9d33a0c277b406fd79303ff58eab205a3a54ae2b4431ba239fb99a46a1903eff *memcached-stop_time.patch' | sha256sum -c -; \
102-
patch --input="$PWD/memcached-stop_time.patch" --strip=1 --directory=/usr/src/memcached; \
103-
rm memcached-stop_time.patch; \
104-
\
105-
{{ ) else "" end -}}
10678
cd /usr/src/memcached; \
10779
\
10880
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \

0 commit comments

Comments
 (0)