Skip to content

Commit 033d36f

Browse files
committed
Testing debs.
1 parent 040c042 commit 033d36f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/compile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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()
2626
source $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..."
4040
mkdir -p $BUILD_DIR/.apt
4141

4242
for DEB in $(ls -1 $compile_buildpack_dir/binary-dependencies/*.deb); do

0 commit comments

Comments
 (0)