Skip to content

Commit 362b042

Browse files
author
Matthew Fisher
committed
fix(builder): hardcode STACK to cedar
This informs the official buildpacks that they should use binaries linked against older versions of packages.
1 parent 0d1acdb commit 362b042

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

builder/slugbuilder/builder/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ su slugbuilder
6363
export APP_DIR="$app_dir"
6464
export HOME="$app_dir"
6565
export REQUEST_ID=$(openssl rand -base64 32)
66+
export STACK=cedar
6667

6768
## Buildpack detection
6869

0 commit comments

Comments
 (0)