Skip to content

Commit 3f9a80a

Browse files
committed
don't check stack defensively as its not forwards compatible
1 parent 14c15f4 commit 3f9a80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builds/runtimes/python3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dep_url=https://python.org/ftp/python/${version_number}/${python_version}.tgz
1919
# Install SQLITE, as headers are not available out of the box on the stack
2020
apt-get install libsqlite3-dev
2121
needed=( libsqlite3-dev )
22-
if [[ $STACK != "heroku-16" && $STACK != "heroku-16" ]]; then
22+
if [[ $STACK == "cedar-14" ]]; then
2323
needed+=( realpath )
2424

2525
# Check whether our packages are missing on the stack

0 commit comments

Comments
 (0)