SHA256
2
1
forked from pool/deno
2024-04-04 19:12:32 +00:00
committed by Git OBS Bridge
parent b24ff8cedc
commit 00009fe283
6 changed files with 26 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
Name: deno
Version: 1.42.0
Version: 1.42.1
Release: 0
Summary: A secure JavaScript and TypeScript runtime
License: MIT
@@ -69,12 +69,13 @@ updated with the --reload flag.
%prep
%autosetup -a1 -p1
cp %{SOURCE2} .cargo/config
# Drop lock file due to revendor_source.sh breaking check
rm Cargo.lock
# drop checksum for ICU 72 -> 73
echo '{"files":{},"package":""}' > vendor/deno_core/.cargo-checksum.json
cp %{SOURCE2} .cargo/config
%build
export V8_FROM_SOURCE=1
export CLANG_BASE_PATH=%{_prefix}