Skip to content
Snippets Groups Projects

Ninja support for throttling CI

Merged Andrei Gherzan requested to merge agherzan/oniro:ninja into kirkstone
All threads resolved!
Files
7
@@ -4,7 +4,9 @@
@@ -4,7 +4,9 @@
# This class allows building GN-based projects.
# This class allows building GN-based projects.
DEPENDS += "gn-native ninja-native"
DEPENDS += "gn-native"
 
 
inherit ninja
# General GN options, like --dotfile
# General GN options, like --dotfile
GN_OPTIONS ??= ""
GN_OPTIONS ??= ""
Loading