File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ $compile_buildpack_dir/compile-extensions/bin/check_stack_support
2525# Load some convenience functions like status(), echo(), and indent()
2626source $compile_buildpack_dir /bin/common.sh
2727
28- # Install system level dependencies
28+ # Install system level dependencies - backup code
2929# APT_CACHE_DIR="$CACHE_DIR/apt/cache"
3030# APT_STATE_DIR="$CACHE_DIR/apt/state"
3131# mkdir -p "$APT_CACHE_DIR/archives/partial"
3232# mkdir -p "$APT_STATE_DIR/lists/partial"
33-
3433# APT_OPTIONS="-o debug::nolocking=true -o dir::cache=$APT_CACHE_DIR -o dir::state=$APT_STATE_DIR"
35- status " Installing system level dependencies..."
3634# apt-get $APT_OPTIONS update
3735# apt-get $APT_OPTIONS -y --force-yes -d install --reinstall libblocksruntime-dev libkqueue0 libcurl3 openssl libssl-dev | indent
38-
3936# status "Downloaded DEB files..."
37+
38+ # Install system level dependencies
39+ status " Installing system level dependencies..."
4040mkdir -p $BUILD_DIR /.apt
4141
4242for DEB in $( ls -1 $compile_buildpack_dir /binary-dependencies/* .deb) ; do
You can’t perform that action at this time.
0 commit comments