Unverified Commit 68253848 authored by Yt's avatar Yt Committed by GitHub
Browse files

openobserve: require +aes,+sse2 to fix build error (#470004)

parents 3df26d4a 26708d98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -89,6 +89,8 @@ rustPlatform.buildRustPackage {
    GIT_VERSION = src.tag;
    GIT_COMMIT_HASH = "builtByNix";
    GIT_BUILD_DATE = "1970-01-01T00:00:00Z";

    RUSTFLAGS = "-C target-feature=+aes,+sse2";
  };

  # requires network access or filesystem mutations