Skip to content

Commit

Permalink
Merge branch 'develop' into snapshot-wiregraph-download-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiorani authored Jan 28, 2025
2 parents edfa94a + 4d02006 commit 34980c5
Show file tree
Hide file tree
Showing 7 changed files with 717 additions and 604 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,13 @@ mvn -f kura/distrib/pom.xml clean install -DbuildAll
```

> [!TIP]
You can skip tests by adding `-Dmaven.test.skip=true` in the commands above and you can compile a specific target by specifying the profile (e.g. `-Pgeneric-aarch64`).
You can skip tests by adding `-Dmaven.test.skip=true` in the commands above and you can compile a specific target by specifying the profile (e.g. `-Paarch64`).

To list the available installer profiles, run:

```bash
mvn -f kura/distrib/pom.xml help:all-profiles
```

#### Build scripts

Expand Down
Loading

0 comments on commit 34980c5

Please sign in to comment.