Skip to content

Commit 47c6dba

Browse files
committed
add var to handle staged binaries
1 parent 23adcc4 commit 47c6dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export BUILD_DIR CACHE_DIR ENV_DIR
4242
VENDOR_URL="https://lang-python.s3.amazonaws.com/$STACK"
4343
if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
4444
VENDOR_URL="$BUILDPACK_VENDOR_URL"
45+
elif [[ -n ${USE_STAGING_BINARIES} ]]; then
46+
VENDOR_URL="$USE_STAGING_BINARIES/$STACK"
4547
fi
4648
export VENDOR_URL
4749

test/run-versions

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# shellcheck source=bin/default_pythons
55
source "bin/default_pythons"
66

7-
assertCaptured "Installing SQLite3"
8-
97
testPythonDefault() {
108
updateVersion "pythonDefault" $DEFAULT_PYTHON_VERSION
119
compile "pythonDefault"

0 commit comments

Comments
 (0)