Skip to content

Commit 8c718c0

Browse files
committed
install build dependencies using control.in
1 parent a7d07e1 commit 8c718c0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/delphix-platform/config.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/delphix-platform.git"
2020

21+
function prepare() {
22+
logmust install_build_deps_from_control_file
23+
}
24+
2125
function build() {
2226
logmust cd "$WORKDIR/repo"
2327
logmust ansible-playbook bootstrap/playbook.yml

0 commit comments

Comments
 (0)