Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:zeussuse:znver2
MozillaFirefox
mozilla-stop-the-stink-about-RUSTFLAGS.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mozilla-stop-the-stink-about-RUSTFLAGS.patch of Package MozillaFirefox
diff --git a/python/mozbuild/mozbuild/configure/options.py b/python/mozbuild/mozbuild/configure/options.py index bc486fe..2fd23f3 100644 --- a/python/mozbuild/mozbuild/configure/options.py +++ b/python/mozbuild/mozbuild/configure/options.py @@ -446,20 +446,6 @@ class Option(object): values = PositiveOptionValue(values, origin=origin) - if not self._validate_nargs(len(values)): - raise InvalidOptionError( - "%s takes %s value%s" - % ( - option, - { - "?": "0 or 1", - "*": "0 or more", - "+": "1 or more", - }.get(self.nargs, str(self.nargs)), - "s" if (not isinstance(self.nargs, int) or self.nargs != 1) else "", - ) - ) - if len(values) and self.choices: relative_result = None for val in values:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor