7
0
forked from pool/rusty_v8
Avindra Goolcharan 2022-10-08 23:07:50 +00:00 committed by Git OBS Bridge
parent e8134ee027
commit 496a23ddcc
7 changed files with 23 additions and 30 deletions

View File

@ -2,8 +2,8 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param>
<param name="revision">v0.51.0</param>
<param name="version">0.51.0</param>
<param name="revision">v0.52.0</param>
<param name="version">0.52.0</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>

View File

@ -1,21 +0,0 @@
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 9cdafb2..211684c 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1564,16 +1564,6 @@ config("default_warnings") {
cflags += [ "-Wno-unqualified-std-cast-call" ]
}
- if (!is_nacl && !(is_chromeos ||
- default_toolchain == "//build/toolchain/cros:target") &&
- clang_major_version >= 15) {
- # TODO(https://crbug.com/1316298): Re-enable once test failure is figured out
- cflags += [
- "-Xclang",
- "-no-opaque-pointers",
- ]
- }
-
if (is_fuchsia) {
# TODO(https://bugs.chromium.org/p/fuchsia/issues/detail?id=77383)
cflags += [ "-Wno-deprecated-copy" ]

BIN
rusty_v8-0.51.0.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
rusty_v8-0.52.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Oct 8 22:59:14 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.52.0:
* Rolling to V8 10.7.193.13 (#1081)
* Skip running benchmarks in CI (#1085)
* feat: Add v8::icu::get_language_tag() (#953)
* feat: Add ObjectTemplate NamedProperty and
IndexedProperty handlers (#1064)
* feat: Guaranteed finalizers (#1076)
* feat(isolate): expose get/set_data (#911)
* feat: add String::write_utf8_uninit (#1019)
* use Isolate for creating primitives (#1082)
- drop fix-cflags.patch, factory now on clang15
-------------------------------------------------------------------
Thu Sep 29 18:51:36 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: rusty_v8
Version: 0.51.0
Version: 0.52.0
Release: 0
Summary: Build tooling for Deno (do not install or use!)
License: MIT
@ -25,7 +25,6 @@ Group: Productivity/Other
URL: https://github.com/denoland/rusty_v8
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Patch0: fix-cflags.patch
BuildRequires: clang
BuildRequires: gn
BuildRequires: lld

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.