Fix brew typecheck

This commit is contained in:
Lukas Oberhuber 2022-07-26 19:36:43 +01:00
parent 215e545660
commit 22b1b61b73
3 changed files with 8 additions and 5 deletions

View File

@ -33,11 +33,12 @@ module EnvActivation
sig {
params(
env: T.nilable(String),
cc: T.nilable(String),
build_bottle: T::Boolean,
bottle_arch: T.nilable(String),
_block: T.proc.returns(T.untyped),
env: T.nilable(String),
cc: T.nilable(String),
build_bottle: T::Boolean,
bottle_arch: T.nilable(String),
debug_symbols: T.nilable(T::Boolean),
_block: T.proc.returns(T.untyped),
).returns(T.untyped)
}
def with_build_environment(

View File

@ -21,6 +21,7 @@ module Stdenv
build_bottle: T.nilable(T::Boolean),
bottle_arch: T.nilable(String),
testing_formula: T::Boolean,
debug_symbols: T.nilable(T::Boolean),
).void
}
def setup_build_environment(

View File

@ -55,6 +55,7 @@ module Superenv
build_bottle: T.nilable(T::Boolean),
bottle_arch: T.nilable(String),
testing_formula: T::Boolean,
debug_symbols: T.nilable(T::Boolean),
).void
}
def setup_build_environment(