diff options
| author | Marco Vanotti <mvanotti@google.com> | 2021-01-20 00:28:33 -0800 |
|---|---|---|
| committer | Marco Vanotti <mvanotti@users.noreply.github.com> | 2021-04-09 22:21:10 -0700 |
| commit | bfeda1b1077c9ffe6f9597cbae4b6a5d747b4695 (patch) | |
| tree | 44c7bdcf624a8a12222bfaf74a28869d44b1c7af /pkg | |
| parent | 2633970b7a95f30b6343947705072c51e315d5e0 (diff) | |
pkg/build: remove goma for fuchsia build
We no longer build fuchsia with goma. We might add support for it later
on.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/build/fuchsia.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/build/fuchsia.go b/pkg/build/fuchsia.go index 301531b58..7e9be5dff 100644 --- a/pkg/build/fuchsia.go +++ b/pkg/build/fuchsia.go @@ -46,6 +46,7 @@ func (fu fuchsia) build(params *Params) error { "--with-base", "//bundles:tools", "--with-base", "//src/testing/fuzzing/syzkaller", "--variant", "kasan", + "--no-goma", ); err != nil { return err } |
