Skip to content

Commit

Permalink
Use --allow-sparse when building noto
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jul 5, 2024
1 parent f0c113e commit 345411d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lib/gftools/builder/recipeproviders/noto.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def build_a_variable(self, source):
"operation": "addSubset",
"subsets": self.config["includeSubsets"],
"directory": "full-designspace",
"args": "--allow-sparse",
},
{
"operation": "buildVariable",
Expand All @@ -164,6 +165,7 @@ def build_a_variable(self, source):
"operation": "addSubset",
"subsets": self.config["includeSubsets"],
"directory": "full-designspace",
"args": "--allow-sparse",
},
{
"operation": "buildVariable",
Expand Down Expand Up @@ -268,6 +270,7 @@ def build_a_static(self, source, instance, output):
"operation": "addSubset",
"subsets": self.config["includeSubsets"],
"directory": "full-designspace",
"args": "--allow-sparse",
},
{
"operation": "instantiateUfo",
Expand Down

0 comments on commit 345411d

Please sign in to comment.