don't check stack defensively as its not forwards compatible

This commit is contained in:
Casey Faist
2019-09-30 15:14:28 -07:00
parent 14c15f4dd8
commit 3f9a80ad24
+1 -1
View File
@@ -19,7 +19,7 @@ dep_url=https://python.org/ftp/python/${version_number}/${python_version}.tgz
# Install SQLITE, as headers are not available out of the box on the stack
apt-get install libsqlite3-dev
needed=( libsqlite3-dev )
if [[ $STACK != "heroku-16" && $STACK != "heroku-16" ]]; then
if [[ $STACK == "cedar-14" ]]; then
needed+=( realpath )
# Check whether our packages are missing on the stack