enable SASL for 1.6
authorMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 19:12:23 +0000 (21:12 +0200)
committerMichael Wallner <mike@php.net>
Fri, 2 Oct 2020 19:12:23 +0000 (21:12 +0200)
.github/workflows/cmake-build-ci.gen
.github/workflows/cmake-build-ci.yml

index 53ea821b5982f7eaa07fe82bb1373ead7ca41984..ebefa61cf97ddc0b7482c477e69eca0ee6287898 100755 (executable)
@@ -222,6 +222,7 @@ jobs:
       INSTALL_MEMCACHED:
       MEMCACHED_PREFIX: /tmp
       MEMCACHED_BINARY: /tmp/bin/memcached
+      ENABLE_SASL:      "ON"
       enable_sasl: yes
       enable_sasl_pwdb: yes
       enable_docs: no
index d570d1495654df14c1706da6994be16c9ff9c7ce..dc4af8cce5af389e80f5f65afd89e83fd440ee57 100644 (file)
@@ -186,6 +186,7 @@ jobs:
       INSTALL_MEMCACHED:
       MEMCACHED_PREFIX: /tmp
       MEMCACHED_BINARY: /tmp/bin/memcached
+      ENABLE_SASL:      "ON"
       enable_sasl: yes
       enable_sasl_pwdb: yes
       enable_docs: no