File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- REDIS_VERSION: =6 .2.6
15
+ REDIS_VERSION: =7 .2.4
16
16
SPRING_PROFILE? =ci
17
17
SHELL =/bin/bash -euo pipefail
18
18
@@ -175,7 +175,7 @@ clobber:
175
175
work/redis/bin/redis-cli work/redis/bin/redis-server :
176
176
@mkdir -p work/redis
177
177
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
179
179
$(MAKE) -C work/redis-$(REDIS_VERSION) -j
180
180
$(MAKE) -C work/redis-$(REDIS_VERSION) PREFIX=$(shell pwd)/work/redis install
181
181
rm -rf work/redis-$(REDIS_VERSION)
You can’t perform that action at this time.
0 commit comments