Unverified Commit 26708d98 authored by Brian May's avatar Brian May
Browse files

openobserve: require +aes,+sse2 to fix build error

fixes: #466672
parent 350876ee
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