From e22006bc88cdf53023fffc64468369062b8974dd02a667b8a72d072a233be9a1 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 10 Nov 2024 01:22:51 +0000 Subject: [PATCH] - Pass --locked in cargo build. OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=231 --- deno.changes | 5 +++++ deno.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deno.changes b/deno.changes index 399b834..89ddf09 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 10 01:22:25 UTC 2024 - Soc Virnyl Estela + +- Pass --locked in cargo build. + ------------------------------------------------------------------- Sun Nov 10 01:14:01 UTC 2024 - Soc Virnyl Estela diff --git a/deno.spec b/deno.spec index 8d8951e..2fd1858 100644 --- a/deno.spec +++ b/deno.spec @@ -116,7 +116,7 @@ export CFLAGS="%{optflags} -Wno-unknown-warning-option" export CXXFLAGS="%{optflags} -Wno-unknown-warning-option" # https://www.chromium.org/developers/gn-build-configuration export GN_ARGS="clang_version=${CLANG_VERSION} use_lld=true enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0" -%{cargo_build} +%{cargo_build} --locked %install # place deno cli manually (cannot cargo install)