- Add Dockerfile for build environment - Add docker-compose.yml for container orchestration - Add docker-entrypoint.sh for build process automation - Add .env for environment configuration - Add .gitignore for ignoring build artifacts and temporary files - Add README.md with build instructions - Add LICENSE (Apache 2.0)
3 lines
No EOL
58 B
Bash
3 lines
No EOL
58 B
Bash
USE_CCACHE=1
|
|
CCACHE_DIR=/workspace/.ccache
|
|
BUILD_THREADS=8 |