Skip to content

Commit 20fb0f4

Browse files
Use Redis 7.2 for build.
1 parent b61a3d2 commit 20fb0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
REDIS_VERSION:=6.2.6
15+
REDIS_VERSION:=7.2.4
1616
SPRING_PROFILE?=ci
1717
SHELL=/bin/bash -euo pipefail
1818

@@ -175,7 +175,7 @@ clobber:
175175
work/redis/bin/redis-cli work/redis/bin/redis-server:
176176
@mkdir -p work/redis
177177

178-
curl -sSL https://github.com/antirez/redis/archive/$(REDIS_VERSION).tar.gz | tar xzf - -C work
178+
curl -sSL https://github.com/redis/redis/archive/$(REDIS_VERSION).tar.gz | tar xzf - -C work
179179
$(MAKE) -C work/redis-$(REDIS_VERSION) -j
180180
$(MAKE) -C work/redis-$(REDIS_VERSION) PREFIX=$(shell pwd)/work/redis install
181181
rm -rf work/redis-$(REDIS_VERSION)

0 commit comments

Comments
 (0)