Skip to content

Commit 81b2016

Browse files
committed
ci: memcached-1.6.13
1 parent 28153bf commit 81b2016

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/cmake-build-ci.gen

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ function steps_getdeps($os_vnd) {
172172
if ($os_vnd === "macOS") :
173173
?>
174174
run: |
175+
brew update # we need at least memcached-1.6.10 for the META proto
175176
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
176177
brew services stop memcached || true
177178
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
@@ -343,7 +344,7 @@ jobs:
343344
with:
344345
repository: memcached/memcached
345346
path: memcached
346-
ref: 1.6.7
347+
ref: 1.6.13
347348
<?php steps("Linux"); ?>
348349
- uses: codecov/[email protected]
349350

.github/workflows/cmake-build-ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
repository: memcached/memcached
5353
path: memcached
54-
ref: 1.6.7
54+
ref: 1.6.13
5555
- name: Prepare environment (for cur gnu on ubuntu-20.04)
5656
if: (env.OS_VER=='ubuntu-20.04') && (env.CC_VND=='gnu') && (env.CC_VER=='cur')
5757
run: |
@@ -222,6 +222,7 @@ jobs:
222222
- name: Install dependencies (macOS)
223223
if: runner.os == 'macOS'
224224
run: |
225+
brew update # we need at least memcached-1.6.10 for the META proto
225226
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
226227
brew services stop memcached || true
227228
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
@@ -296,6 +297,7 @@ jobs:
296297
- name: Install dependencies (macOS)
297298
if: runner.os == 'macOS'
298299
run: |
300+
brew update # we need at least memcached-1.6.10 for the META proto
299301
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
300302
brew services stop memcached || true
301303
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}

0 commit comments

Comments
 (0)