Skip to content

Commit 1f7325f

Browse files
committed
Attempt build with REDIS_VERSION 7.2
1 parent 2626a35 commit 1f7325f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,8 @@ workflows:
595595
name: build
596596
<<: *not-on-integ-branch
597597
- build-platforms:
598-
<<: *on-integ-and-version-tags
598+
#<<: *on-integ-and-version-tags
599+
<<: *always
599600
context: common
600601
matrix:
601602
parameters:

build/docker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(ROOT)/deps/readies/mk/main
55

66
REPO=rejson
77

8-
REDIS_VERSION=7.2-rc2
8+
REDIS_VERSION=7.2.0
99

1010
OSNICK.official=bullseye
1111

tests/pytest/tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ READIES=$ROOT/deps/readies
1111
export PYTHONUNBUFFERED=1
1212

1313
VALGRIND_REDIS_VER=7.2
14-
SAN_REDIS_VER=7.2-rc2
14+
SAN_REDIS_VER=7.2
1515
SAN_REDIS_SUFFIX=7.2
1616
# SAN_REDIS_VER=6.2
1717
# SAN_REDIS_SUFFIX=6.2

0 commit comments

Comments
 (0)