Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions toolkit/docs/building/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ By default all build commands are executed from inside the `./toolkit` folder.
A few one-time steps can be run now (they will re-run automatically later if needed)

Remote files are generally only available for release branches.

**IMPORTANT:** HEAD of many branches is not guaranteed to build successfully. To avoid build issues it is recommended to check out the `[BRANCH-NAME]-stable` tag.

Example: to safely build the `1.0` branch check out the `1.0-stable` tag.

```bash
# Get the source code
git clone https://github.com/microsoft/CBL-Mariner.git
Expand Down