fix ci
This commit is contained in:
parent
cc288272d3
commit
e1a6ccc100
@ -79,9 +79,3 @@ where
|
|||||||
libc::signal(libc::SIGSEGV, breakdown_signal_handler as _);
|
libc::signal(libc::SIGSEGV, breakdown_signal_handler as _);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(any(target_os = "android", target_os = "ios"))]
|
|
||||||
#[inline]
|
|
||||||
fn is_prelogin() -> bool {
|
|
||||||
false
|
|
||||||
}
|
|
||||||
|
@ -128,6 +128,12 @@ impl Drop for InstallingService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(any(target_os = "android", target_os = "ios"))]
|
||||||
|
#[inline]
|
||||||
|
fn is_prelogin() -> bool {
|
||||||
|
false
|
||||||
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user