Unverified Commit 0bab7a51 authored by 百地 希留耶's avatar 百地 希留耶
Browse files

openobserve: 0.14.0 -> 0.14.7

parent 34b3916e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
diff --git a/build.rs b/build.rs
index 0f66ace..be74fad 100644
--- a/build.rs
+++ b/build.rs
@@ -99,24 +99,5 @@ fn main() -> Result<()> {
         &["proto"],
     )?;
--- a/src/config/build.rs
+++ b/src/config/build.rs
@@ -20,24 +20,5 @@ use chrono::{DateTime, SecondsFormat, Utc};
 fn main() -> Result<()> {
     println!("cargo:rerun-if-changed=build.rs");

-    // build information
-    let output = Command::new("git")
+5 −4
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@
}:

let
  version = "0.14.0";
  version = "0.14.7";
  src = fetchFromGitHub {
    owner = "openobserve";
    repo = "openobserve";
    tag = "v${version}";
    hash = "sha256-rTp+DkADqYkJg1zJog1yURE082V5kCqgid/oUd81SN8=";
    hash = "sha256-+YcVTn/jcEbaqTycMCYn6B0z2HsvgrCY1gHnkRajwSs=";
  };
  web = buildNpmPackage {
    inherit src version;
@@ -28,7 +28,7 @@ let

    sourceRoot = "${src.name}/web";

    npmDepsHash = "sha256-awfQR1wZBX3ggmD0uJE9Fur4voPydeygrviRijKnBTE=";
    npmDepsHash = "sha256-1MUmAWkeYUEL6WZGq1Jg5W2uKa2xj0oZbGlIbvZWT1E=";

    preBuild = ''
      # Patch vite config to not open the browser to visualize plugin composition
@@ -64,7 +64,7 @@ rustPlatform.buildRustPackage {
  '';

  useFetchCargoVendor = true;
  cargoHash = "sha256-FWMUPghx9CxuzP7jFZYSIwZsylApWzQsfx8DuwS4GTo=";
  cargoHash = "sha256-vfc6B+Uc8RXQD8vGC1yV9w5YAefkYJMpCH2frqjrSWk=";

  nativeBuildInputs = [
    pkg-config
@@ -96,6 +96,7 @@ rustPlatform.buildRustPackage {
  checkFlags = [
    "--skip=handler::http::router::tests::test_get_proxy_routes"
    "--skip=tests::e2e_test"
    "--skip=service::organization::tests::test_organization"
  ];

  passthru.updateScript = gitUpdater {