Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
# This script updates .redis.version.json and regenerates Dockerfiles from templates
# using environment variables REDIS_ARCHIVE_URL and REDIS_ARCHIVE_SHA.

# Input TAG is expected in $1
# Input TAG is expected in first argument
TAG="$1"

if [ -z "$TAG" ]; then
Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion debian/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN set -eux; \
autoconf \
libtool \
g++; \
apt-get install -y --no-install-recommends -t trixie-backports clang-21 lld-21 llvm-21; \
apt-get install -y --no-install-recommends clang-21 lld-21 llvm-21; \
export PATH="/usr/lib/llvm-21/bin:$PATH"; \
fi; \
\
Expand Down
Loading