Skip to content

Commit f26dd04

Browse files
Use compile-extensions
[#74053110]
1 parent 754a19d commit f26dd04

4 files changed

Lines changed: 5 additions & 47 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "buildpack-packager"]
22
path = buildpack-packager
33
url = https://github.com/cf-buildpacks/buildpack-packager.git
4+
[submodule "compile-extensions"]
5+
path = compile-extensions
6+
url = https://github.com/cf-buildpacks/compile-extensions.git

bin/cf_common

Lines changed: 0 additions & 46 deletions
This file was deleted.

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ source $BIN_DIR/utils
7171
# CF Common
7272
BUILDPACK_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/.. && pwd )"
7373
export BUILDPACK_PATH
74-
source $BIN_DIR/cf_common
74+
source $BUILDPACK_PATH/compile-extensions/lib/common
7575
# END CF Common
7676

7777
# Directory Hacks for path consistiency.

compile-extensions

Submodule compile-extensions added at e58222a

0 commit comments

Comments
 (0)