We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcbf19 commit df6c8c7Copy full SHA for df6c8c7
bin/steps/pylibmc
@@ -9,7 +9,7 @@
9
#
10
# This script is invoked by [`bin/compile`](/).
11
12
-if [[ "$STACK" == "heroku-16" ]]; then
+if [[ "$STACK" != "cedar-14" ]]; then
13
# libmemcached is pre-installed in the stack image so there is no need to vendor it.
14
return 0
15
fi
0 commit comments