File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
- Add Tests
7
7
- Test for Pysqlite
8
8
- Bug fix: pipenv no longer installs twice on CI
9
-
9
+ - Add support for staging binary testing
10
10
--------------------------------------------------------------------------------
11
11
12
12
# 157 (2019-09-18)
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ export BUILD_DIR CACHE_DIR ENV_DIR
42
42
VENDOR_URL=" https://lang-python.s3.amazonaws.com/$STACK "
43
43
if [[ -n ${BUILDPACK_VENDOR_URL:- } ]]; then
44
44
VENDOR_URL=" $BUILDPACK_VENDOR_URL "
45
+ elif [[ -n ${USE_STAGING_BINARIES} ]]; then
46
+ VENDOR_URL=" $USE_STAGING_BINARIES /$STACK "
45
47
fi
46
48
export VENDOR_URL
47
49
Original file line number Diff line number Diff line change 4
4
# shellcheck source=bin/default_pythons
5
5
source " bin/default_pythons"
6
6
7
- assertCaptured " Installing SQLite3"
8
-
9
7
testPythonDefault () {
10
8
updateVersion " pythonDefault" $DEFAULT_PYTHON_VERSION
11
9
compile " pythonDefault"
You can’t perform that action at this time.
0 commit comments