aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/build/starnix.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/build: build starnix in debug modeLaura Peskin2025-11-211-0/+1
| | | | | | | Some debug features, like dynamic mutex cycle detection, are no longer included by the default build config. Add the --debug flag to fx set in order to turn these features back on.
* pkg/build: update fuchsia image type in starnix build scriptglpesk2025-11-201-1/+1
| | | | | | | Fuchsia product bundles have switched to including only sparse fxfs images, and the --image-type flag value that we were previously passing to ffx product get-image-path is now obsolete. Replaced with the name of the new option referring to the sparse image.
* pkg/build: disable build profiling for Fuchsia buildsCameron Finucane2025-10-091-0/+9
| | | | | This was recently enabled by default and depends on external tools not present on the syzkaller instances.
* pkg/build: use relative path for fx set directory argLaura Peskin2024-12-091-3/+3
|
* pkg/build: avoid relying on environment file for ffxLaura Peskin2024-12-021-1/+10
|
* pkg/build: add build command for starnixLaura Peskin2024-10-301-0/+116
Co-authored-by: eep@google.com