forked from javascript/rusty_v8
partial update
This commit is contained in:
+13
-13
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%global _min_clang_version 19
|
||||
%global _min_clang_version 22
|
||||
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
|
||||
|
||||
%if 0%{?suse_version} > 1600
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
|
||||
Name: rusty_v8
|
||||
Version: 145.0.0
|
||||
Version: 149.2.0
|
||||
Release: 0
|
||||
Summary: Build tooling for Deno (do not install or use!)
|
||||
License: MIT
|
||||
@@ -100,7 +100,7 @@ export RUSTC_BOOTSTRAP=1
|
||||
# Ensure that the clang version matches. This command came from Archlinux. Thanks.
|
||||
export CLANG_VERSION=$(clang --version | grep -m1 version | sed 's/.* \([0-9]\+\).*/\1/')
|
||||
export LIBCLANG_PATH=%{_libdir}
|
||||
export V8_FROM_SOURCE=1
|
||||
export V8_FROM_SOURCE=0
|
||||
export CLANG_BASE_PATH=%{_prefix}
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
@@ -114,16 +114,16 @@ export GN="/usr/bin/gn"
|
||||
export NINJA="/usr/bin/ninja"
|
||||
export RUSTC="/usr/bin/rustc"
|
||||
export GN_ARGS="
|
||||
clang_version=${CLANG_VERSION}
|
||||
v8_symbol_level=0
|
||||
custom_toolchain=\"//build/toolchain/linux/unbundle:default\"
|
||||
host_toolchain=\"//build/toolchain/linux/unbundle:default\"
|
||||
fatal_linker_warnings=false
|
||||
is_debug=false
|
||||
use_system_libffi=true
|
||||
use_custom_libcxx=false
|
||||
use_sysroot=false
|
||||
"
|
||||
clang_version=${CLANG_VERSION}
|
||||
v8_symbol_level=0
|
||||
custom_toolchain=\"//build/toolchain/linux/unbundle:default\"
|
||||
host_toolchain=\"//build/toolchain/linux/unbundle:default\"
|
||||
fatal_linker_warnings=false
|
||||
is_debug=false
|
||||
use_system_libffi=true
|
||||
use_custom_libcxx=false
|
||||
use_sysroot=false
|
||||
"
|
||||
export EXTRA_GN_ARGS="use_custom_libcxx=false"
|
||||
|
||||
# Included limited debug info.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="revision">v145.0.0</param>
|
||||
<param name="revision">v149.2.0</param>
|
||||
<param name="versionrewriteregex">^v?(.*)</param>
|
||||
<param name="versionrewritepattern">$1</param>
|
||||
<param name="compression">zst</param>
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
Reference in New Issue
Block a user