Skip to content

Commit

Permalink
ci: memcached-1.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Feb 2, 2022
1 parent 28153bf commit 81b2016
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-build-ci.gen
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ function steps_getdeps($os_vnd) {
if ($os_vnd === "macOS") :
?>
run: |
brew update # we need at least memcached-1.6.10 for the META proto
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
brew services stop memcached || true
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
Expand Down Expand Up @@ -343,7 +344,7 @@ jobs:
with:
repository: memcached/memcached
path: memcached
ref: 1.6.7
ref: 1.6.13
<?php steps("Linux"); ?>
- uses: codecov/[email protected]

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cmake-build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
repository: memcached/memcached
path: memcached
ref: 1.6.7
ref: 1.6.13
- name: Prepare environment (for cur gnu on ubuntu-20.04)
if: (env.OS_VER=='ubuntu-20.04') && (env.CC_VND=='gnu') && (env.CC_VER=='cur')
run: |
Expand Down Expand Up @@ -222,6 +222,7 @@ jobs:
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew update # we need at least memcached-1.6.10 for the META proto
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
brew services stop memcached || true
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
Expand Down Expand Up @@ -296,6 +297,7 @@ jobs:
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew update # we need at least memcached-1.6.10 for the META proto
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
brew services stop memcached || true
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
Expand Down

0 comments on commit 81b2016

Please sign in to comment.