Skip to content

Commit

Permalink
website update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Aug 13, 2024
1 parent 20318dc commit 21b0040
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions website/docs/maintainer/_first-development-run.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

{/* ------------------------------------------------------------------------ */}

### Do a first development run without the multi-libs

It is recommended to do **a first development run without the multi-libs**.

In the `application.sh` file, set:

```sh
XBB_APPLICATION_WITHOUT_MULTILIB="y"
```
4 changes: 3 additions & 1 deletion website/docs/maintainer/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import UpdateVersionSpecific from './_update-version-specific.mdx'
import GitHubActionsDurations from './_github-actions-durations.mdx'
import MoreTests from './_more-tests.mdx'
import ShareCustom from './_share-custom.mdx'
import FirstDevelopmentRun from './_first-development-run.mdx'
import FirstProductionRun from './_first-production-run.mdx'
import {developmentDurations} from './_development-durations.mdx'
import Patches from './_patches.mdx'
Expand Down Expand Up @@ -178,7 +179,6 @@ If the project uses `customFields` in `build-assets/package.json`
- update the release specific properties (if any)
- restart the local web server


<UpdateVersionSpecific/>

### Fix possible open issues
Expand Down Expand Up @@ -215,6 +215,8 @@ arm64 GNU/Linux, arm GNU/Linux, x64 macOS and arm64 macOS).

Before the real build, run test builds on all platforms.

<FirstDevelopmentRun/>

### Visual Studio Code

All actions are defined as **xPack actions** and can be conveniently
Expand Down

0 comments on commit 21b0040

Please sign in to comment.