openobserve: 0.14.0 -> 0.14.7

This commit is contained in:
百地 希留耶
2025-07-15 01:49:04 +08:00
parent 34b3916eb7
commit 0bab7a5151
2 changed files with 11 additions and 10 deletions
+6 -6
View File
@@ -1,11 +1,11 @@
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")
- .args(["describe", "--tags", "--abbrev=0"])
+5 -4
View File
@@ -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 {