mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Fix brew typecheck
This commit is contained in:
parent
215e545660
commit
22b1b61b73
@ -37,6 +37,7 @@ module EnvActivation
|
|||||||
cc: T.nilable(String),
|
cc: T.nilable(String),
|
||||||
build_bottle: T::Boolean,
|
build_bottle: T::Boolean,
|
||||||
bottle_arch: T.nilable(String),
|
bottle_arch: T.nilable(String),
|
||||||
|
debug_symbols: T.nilable(T::Boolean),
|
||||||
_block: T.proc.returns(T.untyped),
|
_block: T.proc.returns(T.untyped),
|
||||||
).returns(T.untyped)
|
).returns(T.untyped)
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,7 @@ module Stdenv
|
|||||||
build_bottle: T.nilable(T::Boolean),
|
build_bottle: T.nilable(T::Boolean),
|
||||||
bottle_arch: T.nilable(String),
|
bottle_arch: T.nilable(String),
|
||||||
testing_formula: T::Boolean,
|
testing_formula: T::Boolean,
|
||||||
|
debug_symbols: T.nilable(T::Boolean),
|
||||||
).void
|
).void
|
||||||
}
|
}
|
||||||
def setup_build_environment(
|
def setup_build_environment(
|
||||||
|
@ -55,6 +55,7 @@ module Superenv
|
|||||||
build_bottle: T.nilable(T::Boolean),
|
build_bottle: T.nilable(T::Boolean),
|
||||||
bottle_arch: T.nilable(String),
|
bottle_arch: T.nilable(String),
|
||||||
testing_formula: T::Boolean,
|
testing_formula: T::Boolean,
|
||||||
|
debug_symbols: T.nilable(T::Boolean),
|
||||||
).void
|
).void
|
||||||
}
|
}
|
||||||
def setup_build_environment(
|
def setup_build_environment(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user