Skip to content

HBASE-24540: Leverage DOWNLOAD_DEPENDENCIES in docker build system#5

Merged
bharathv merged 2 commits intoapache:masterfrom
phrocker:HBASE-24540
Jun 15, 2020
Merged

HBASE-24540: Leverage DOWNLOAD_DEPENDENCIES in docker build system#5
bharathv merged 2 commits intoapache:masterfrom
phrocker:HBASE-24540

Conversation

@phrocker
Copy link
Contributor

@phrocker phrocker commented Jun 12, 2020

HBASE-24540: Leverage DOWNLOAD_DEPENDENCIES in docker build system

@phrocker phrocker changed the title Leverage DOWNLOAD_DEPENDENCIES in docker build system HBASE-24540: Leverage DOWNLOAD_DEPENDENCIES in docker build system Jun 12, 2020
@phrocker
Copy link
Contributor Author

I remembered that I didn't add anything to BUILDING.md. Will do that now to make it clear. may also add a build script too if that's useful.

Copy link
Contributor

@bharathv bharathv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.. tried it out locally.. compiles good. One minor comment and I can commit.

BIN_DIR=$(pushd `dirname "$0"` 2>&1 > /dev/null && pwd && popd 2>&1 > /dev/null)
BASE_DIR=$(pushd "${BIN_DIR}/../" 2>&1 > /dev/null && pwd && popd 2>&1 > /dev/null)

${BIN_DIR}/copy-protobuf.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git rm these files? I don't think these are needed anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah yeah i think I removed them in the other draft PR I have open, but since they are no longer referenced here I should remove them. thanks for pointing this out!

@bharathv bharathv merged commit 575a3c4 into apache:master Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants