forked from pool/rusty_v8
Compare commits
111 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
27e652c4a2 | ||
90956279f8 | |||
|
cbe84ebd57 | ||
|
926b0eaea5 | ||
|
1dde110107 | ||
|
ee4b4609c7 | ||
3fca3a4200 | |||
4615815775 | |||
9edb5f10ac | |||
|
bde51381e5 | ||
|
82849ec0c0 | ||
|
9196df0433 | ||
9e60549f62 | |||
|
556ff92f04 | ||
|
12a1a73f1e | ||
|
bc9694d3a0 | ||
|
eca21bdd9a | ||
|
3e11953227 | ||
|
2e333a045e | ||
|
1afcbe85ff | ||
|
b99a556da0 | ||
6e845f600d | |||
|
51ea9d2efe | ||
c9e0532915 | |||
|
fdf4779d80 | ||
|
fe80d3be2f | ||
|
111138ff07 | ||
|
ba1b2d0f8c | ||
4a6d0b5f33 | |||
|
13088f4412 | ||
9ce440f193 | |||
94bb8d453e | |||
17c3b64ae8 | |||
d7cec707bb | |||
5252ed2def | |||
38a6d09fb9 | |||
3218cfdc70 | |||
e28ca446e3 | |||
e48db7809c | |||
b213bff578 | |||
79ed9efff3 | |||
2edac579e1 | |||
c7bcbefda1 | |||
4cbfdb67bf | |||
85bb9794ad | |||
de230c0b94 | |||
a822d5c510 | |||
f6525cde6c | |||
4b1e86d34a | |||
c3d05d9df7 | |||
bd270520de | |||
8949a3fe2d | |||
5134ef4710 | |||
7f0e3610b6 | |||
bae9c0ec85 | |||
c4cdc39247 | |||
96935873eb | |||
866cc014f7 | |||
30cb971be1 | |||
724984d525 | |||
724a8a6e8e | |||
8bd8300c06 | |||
aa37becccf | |||
c4f17eb508 | |||
588b54b172 | |||
8bad9d681f | |||
4f09040223 | |||
7a99fbd164 | |||
9838073d32 | |||
712ecf78fb | |||
5952c48f08 | |||
ebcd1155de | |||
3dc615ca32 | |||
8e22b7e84b | |||
f3811394cf | |||
496a23ddcc | |||
e8134ee027 | |||
7472673593 | |||
a7cfa18c11 | |||
7944be1d9f | |||
9a1b7d81d2 | |||
4d4080689f | |||
0b14e34f16 | |||
69ba44c49f | |||
87cf5a468c | |||
06d7aa88cd | |||
d49ed1e172 | |||
6fd788bd9d | |||
adf6b10b78 | |||
916089dc4d | |||
5022112f04 | |||
c44a926876 | |||
0bbe062d2d | |||
b8af96326d | |||
acccc06d82 | |||
ef38131daa | |||
e234f25a8d | |||
af619c938d | |||
2c3434c525 | |||
a7f12a4562 | |||
607e764ec8 | |||
782c2b0d1f | |||
1502014377 | |||
1175e16f45 | |||
b9cd7b8e9f | |||
35e2c5c8bb | |||
558db41afa | |||
34bc121372 | |||
4d286944eb | |||
cad98079e7 | |||
768de23fb4 |
19
_service
19
_service
@@ -1,22 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="manual">
|
|
||||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="revision">v134.4.0</param>
|
|
||||||
<param name="version">134.4.0</param>
|
|
||||||
<param name="exclude">.git</param>
|
|
||||||
<param name="exclude">.github</param>
|
|
||||||
<param name="exclude">.gitignore</param>
|
|
||||||
<param name="exclude">.prettierrc.json</param>
|
|
||||||
<param name="exclude">.rustfmt.toml</param>
|
|
||||||
</service>
|
|
||||||
<service mode="manual" name="tar" />
|
|
||||||
<service mode="manual" name="recomprizz">
|
|
||||||
<param name="target">rusty_v8*.tar</param>
|
|
||||||
<param name="compression">zst</param>
|
|
||||||
</service>
|
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="src">rusty_v8</param>
|
<param name="src">https://github.com/denoland/rusty_v8</param>
|
||||||
|
<param name="revision">v137.1.0</param>
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
<param name="update">false</param>
|
<param name="update">false</param>
|
||||||
</service>
|
</service>
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn
|
diff -ruN /tmp/rusty_v8-v137.1.0/build/config/clang/BUILD.gn rusty_v8-v137.1.0/build/config/clang/BUILD.gn
|
||||||
index fcca59b0f..fdf14f306 100644
|
--- /tmp/rusty_v8-v137.1.0/build/config/clang/BUILD.gn 1970-01-01 08:00:01.000000000 +0800
|
||||||
--- a/build/config/clang/BUILD.gn
|
+++ rusty_v8-v137.1.0/build/config/clang/BUILD.gn 2025-06-26 14:47:20.638581652 +0800
|
||||||
+++ b/build/config/clang/BUILD.gn
|
@@ -201,12 +201,15 @@
|
||||||
@@ -192,12 +192,15 @@ template("clang_lib") {
|
|
||||||
} else if (is_linux || is_chromeos) {
|
} else if (is_linux || is_chromeos) {
|
||||||
if (current_cpu == "x64") {
|
if (current_cpu == "x64") {
|
||||||
_dir = "x86_64-unknown-linux-gnu"
|
_dir = "x86_64-unknown-linux-gnu"
|
||||||
@@ -14,19 +13,18 @@ index fcca59b0f..fdf14f306 100644
|
|||||||
_dir = "armv7-unknown-linux-gnueabihf"
|
_dir = "armv7-unknown-linux-gnueabihf"
|
||||||
} else if (current_cpu == "arm64") {
|
} else if (current_cpu == "arm64") {
|
||||||
_dir = "aarch64-unknown-linux-gnu"
|
_dir = "aarch64-unknown-linux-gnu"
|
||||||
+ _suffix = "-aarch64"
|
+ _suffix = "-aarch64'
|
||||||
} else {
|
} else {
|
||||||
assert(false) # Unhandled cpu type
|
assert(false) # Unhandled cpu type
|
||||||
}
|
}
|
||||||
@@ -228,6 +231,11 @@ template("clang_lib") {
|
@@ -237,6 +240,10 @@
|
||||||
assert(false) # Unhandled target platform
|
assert(false) # Unhandled target platform
|
||||||
}
|
}
|
||||||
|
|
||||||
+ # Bit of a hack to make this find builtins from compiler-rt >= 16
|
|
||||||
+ if (is_linux || is_chromeos) {
|
+ if (is_linux || is_chromeos) {
|
||||||
+ _dir = "linux"
|
+ _dir = "linux"
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
_clang_lib_dir = "$clang_base_path/lib/clang/$clang_version/lib"
|
|
||||||
_lib_file = "${_prefix}clang_rt.${_libname}${_suffix}.${_ext}"
|
_lib_file = "${_prefix}clang_rt.${_libname}${_suffix}.${_ext}"
|
||||||
libs = [ "$_clang_lib_dir/$_dir/$_lib_file" ]
|
libs = [ "$_clang_lib_dir/$_dir/$_lib_file" ]
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:920a8fa15ef30b364389814a198d637a29aef46501e896b666362e4423364a72
|
|
||||||
size 62459330
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43b4a63552b5b1840b6a2e3f2f112aa47bc4bdd31f219d764ad859ded81efd75
|
|
||||||
size 72003265
|
|
BIN
rusty_v8-v137.1.0.tar.zst
(Stored with Git LFS)
Normal file
BIN
rusty_v8-v137.1.0.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 22 01:31:15 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 137.1.0:
|
||||||
|
* No changelog provided
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 00:55:24 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 135.1.0:
|
||||||
|
* Rolling to V8 13.4.114.11 (#1709)
|
||||||
|
* fix: backport explicit resource management fixes and release 134.5.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 20 07:39:11 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
Thu Feb 20 07:39:11 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: rusty_v8
|
name: rusty_v8
|
||||||
version: 134.4.0
|
version: 135.1.0
|
||||||
mtime: 1739469155
|
mtime: 1742748458
|
||||||
commit: 26da80769406a880849830c1053110b032dbc458
|
commit: 9cd584266ff1150c7b30d8b9e792643819ef9431
|
||||||
|
@@ -19,13 +19,13 @@
|
|||||||
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
|
%global __requires_exclude_from ^%{_libdir}/crates/rusty_v8/.*$
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 134.4.0
|
Version: 137.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build tooling for Deno (do not install or use!)
|
Summary: Build tooling for Deno (do not install or use!)
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
URL: https://github.com/denoland/rusty_v8
|
URL: https://github.com/denoland/rusty_v8
|
||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: %{name}-v%{version}.tar.zst
|
||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source100: rusty_v8-rpmlintrc
|
Source100: rusty_v8-rpmlintrc
|
||||||
Patch0: deno-v8-arm.patch
|
Patch0: deno-v8-arm.patch
|
||||||
@@ -60,7 +60,7 @@ cruft that is dragged along into the deno build from V8,
|
|||||||
Chromium, etc.
|
Chromium, etc.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1 -p1
|
%autosetup -a1 -p1 -n %{name}-v%{version}
|
||||||
# Keeping this ifarch in case someone tries to build 32 bit
|
# Keeping this ifarch in case someone tries to build 32 bit
|
||||||
# which is not our problem
|
# which is not our problem
|
||||||
%ifarch x86_64 || x86_64_v3 || aarch64
|
%ifarch x86_64 || x86_64_v3 || aarch64
|
||||||
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user