# bosh-compile-action **Repository Path**: mirrors_cloudfoundry/bosh-compile-action ## Basic Information - **Project Name**: bosh-compile-action - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bosh-compile A CLI tool (and GitHub action) to allow you to test compile a set of bosh packages without using a bosh director. The aim of this project is provide fast feedback as to whether a bosh release can be compiled or not. ## Usage Specify a list of packages to build: ```shell bc compile --file .tgz --packages ``` Allow `bc` to determine the best packages to build: ```shell bc compile --file .tgz --guess ``` ## Usage in GitHub Actions This action can be used in combination with the `orange-cloudfoundry/bosh-release-action` to create and test the bosh release. e.g. ``` - name: Build Dev Release id: build uses: orange-cloudfoundry/bosh-release-action@v1.1.0 - name: Compile Dev Release uses: cloudfoundry/bosh-compile-action@main with: file: ${{ steps.build.outputs.file }} args: --guess --debug ``` ## Docs [CLI Documentation](./docs/bc.md) can be found here. ## License // TODO ## Contributing // TODO