Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-3857: [BUILD] Automate dist build #2497

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sarutak
Copy link
Member

@sarutak sarutak commented Sep 16, 2023

AVRO-3857

What is the purpose of the change

This PR aims to automate dist build.
Currently, the dist build process is not fully automated especially the document.

With this change, you can build dist like as follows.

./build.sh docker-dist

Also, this PR includes a fix for building the document.
You can confirm the document built by the command above like as follows.

# 1. Serve the doc
docker run -p 8080:80 --rm -v $(pwd)/build/staging-web/public:/usr/local/apache2/htdocs/ httpd:2.4
# 2. Then, access to http://localhost:8080

Verifying this change

Artifacts seem to be built successfully and stored in dist

Documentation

  • Does this pull request introduce a new feature? (no)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant