Skip to content

Commit 659f4ab

Browse files
yosifkittianon
authored andcommitted
Remove sha256sum from GitHub patch file
We pull it via https, and thus can generally trust that we get the right thing -- we've had *many* instances of the sha256sum flopping back and forth based on minor adjustments to the generated patch format GitHub generates.
1 parent 301b52c commit 659f4ab

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

2.6/alpine3.14/Dockerfile

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile.template

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,12 @@ RUN set -eux; \
140140
"2.6": {
141141
url: "https://github.com/ruby/ruby/pull/3773",
142142
commit: "fcc88da5eb162043adcba552646677d2ab5adf55",
143-
sha256: "95565a8a8f0eddd39d76fe8af63fc34b6429c956c8f8fe0aa17282d37adced64",
144143
},
145144
}[env.version] | if . and env.variant != "alpine3.13" then (
146145
-}}
147146
# https://bugs.ruby-lang.org/issues/17723 (building with autoconf 2.70+ fails)
148147
# {{ .url }}
149148
wget -O 'autoconf-2.70.patch' 'https://github.com/ruby/ruby/commit/{{ .commit }}.patch'; \
150-
echo '{{ .sha256 }} *autoconf-2.70.patch' | sha256sum --check --strict; \
151149
patch -p1 -i autoconf-2.70.patch; \
152150
rm autoconf-2.70.patch; \
153151
\

0 commit comments

Comments
 (0)