Skip to content

Commit dc42a7a

Browse files
committed
Remove some 1.35.x leftovers
Oops, this should've been part of 349fb1c 🙈
1 parent 3aa7243 commit dc42a7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile-builder.template

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,6 @@ RUN set -eux; \
289289
CONFIG_FEATURE_INETD_RPC \
290290
CONFIG_FEATURE_UTMP \
291291
CONFIG_FEATURE_WTMP \
292-
{{ ) else "" end -}}
293-
{{ if .version | startswith("1.35.") then ( -}}
294-
# disable SHA hardware acceleration (temporarily), as it fails with SIGILL on some of GitHub's common CI systems; https://bugs.busybox.net/show_bug.cgi?id=15236
295-
CONFIG_SHA256_HWACCEL CONFIG_SHA1_HWACCEL \
296292
{{ ) else "" end -}}
297293
'; \
298294
\

0 commit comments

Comments
 (0)