Skip to content

Commit

Permalink
Merge pull request #913 from shogo82148/automatic-update-openssl-bund…
Browse files Browse the repository at this point in the history
…led-with-valkey

automatic update OpenSSL bundled with valkey
  • Loading branch information
shogo82148 authored Apr 10, 2024
2 parents c08fe99 + 3794cf5 commit 999f9b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/update-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ OPENSSL_VERSION3=$(gh api --jq 'map(select(.ref | test("/openssl-[0-9]+[.][0-9]+
export OPENSSL_VERSION3

perl -i -pe 's/^OPENSSL_VERSION=.*$/OPENSSL_VERSION=$ENV{OPENSSL_VERSION3}/' build-redis-with-openssl3.sh

perl -i -pe 's/^OPENSSL_VERSION=.*$/OPENSSL_VERSION=$ENV{OPENSSL_VERSION3}/' build-valkey-with-openssl3.sh
2 changes: 1 addition & 1 deletion build-valkey-with-openssl3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ esac
export LDFLAGS

# bundle OpenSSL for better reproducibility.
OPENSSL_VERSION=3.2.1
OPENSSL_VERSION=3.3.0
mkdir -p "$RUNNER_TEMP"
cd "$RUNNER_TEMP"

Expand Down

0 comments on commit 999f9b0

Please sign in to comment.