Unverified Commit 61dcba2e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

buildMozillaMach: disable crash reporter support on loongarch64-linux (#403489)

parent 52bf0dc0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -152,7 +152,10 @@ in
  # Set to `!privacySupport` or `false`.

  crashreporterSupport ?
    !privacySupport && !stdenv.hostPlatform.isRiscV && !stdenv.hostPlatform.isMusl,
    !privacySupport
    && !stdenv.hostPlatform.isLoongArch64
    && !stdenv.hostPlatform.isRiscV
    && !stdenv.hostPlatform.isMusl,
  curl,
  geolocationSupport ? !privacySupport,
  webrtcSupport ? !privacySupport,