Skip to content

Commit cbd23de

Browse files
committed
Testing debs.
1 parent 033d36f commit cbd23de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.3
1+
1.1.4

bin/compile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $compile_buildpack_dir/compile-extensions/bin/check_stack_support
2626
source $compile_buildpack_dir/bin/common.sh
2727

2828
# Install system level dependencies - backup code
29+
#################################################
2930
#APT_CACHE_DIR="$CACHE_DIR/apt/cache"
3031
#APT_STATE_DIR="$CACHE_DIR/apt/state"
3132
#mkdir -p "$APT_CACHE_DIR/archives/partial"
@@ -34,6 +35,7 @@ source $compile_buildpack_dir/bin/common.sh
3435
#apt-get $APT_OPTIONS update
3536
#apt-get $APT_OPTIONS -y --force-yes -d install --reinstall libblocksruntime-dev libkqueue0 libcurl3 openssl libssl-dev | indent
3637
#status "Downloaded DEB files..."
38+
#################################################
3739

3840
# Install system level dependencies
3941
status "Installing system level dependencies..."

0 commit comments

Comments
 (0)