We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23adcc4 commit 47c6dbaCopy full SHA for 47c6dba
bin/compile
@@ -42,6 +42,8 @@ export BUILD_DIR CACHE_DIR ENV_DIR
42
VENDOR_URL="https://lang-python.s3.amazonaws.com/$STACK"
43
if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
44
VENDOR_URL="$BUILDPACK_VENDOR_URL"
45
+elif [[ -n ${USE_STAGING_BINARIES} ]]; then
46
+ VENDOR_URL="$USE_STAGING_BINARIES/$STACK"
47
fi
48
export VENDOR_URL
49
test/run-versions
@@ -4,8 +4,6 @@
4
# shellcheck source=bin/default_pythons
5
source "bin/default_pythons"
6
7
-assertCaptured "Installing SQLite3"
8
-
9
testPythonDefault() {
10
updateVersion "pythonDefault" $DEFAULT_PYTHON_VERSION
11
compile "pythonDefault"
0 commit comments