- Remove deno-v8-arm.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=259
This commit is contained in:
parent
5f62db4dbb
commit
fa60581c0d
@ -1,23 +0,0 @@
|
||||
--- a/rusty_v8/build.rs.orig 2024-06-27 14:26:40.281226961 +0200
|
||||
+++ b/rusty_v8/build.rs 2024-06-27 14:28:10.388618455 +0200
|
||||
@@ -200,16 +200,12 @@ fn build_v8(is_asan: bool) {
|
||||
// cross-compilation setup
|
||||
if target_arch == "aarch64" {
|
||||
gn_args.push(r#"target_cpu="arm64""#.to_string());
|
||||
- gn_args.push("use_sysroot=true".to_string());
|
||||
- maybe_install_sysroot("arm64");
|
||||
- maybe_install_sysroot("amd64");
|
||||
+ gn_args.push("use_sysroot=false".to_string());
|
||||
}
|
||||
if target_arch == "arm" {
|
||||
gn_args.push(r#"target_cpu="arm""#.to_string());
|
||||
gn_args.push(r#"v8_target_cpu="arm""#.to_string());
|
||||
- gn_args.push("use_sysroot=true".to_string());
|
||||
- maybe_install_sysroot("i386");
|
||||
- maybe_install_sysroot("arm");
|
||||
+ gn_args.push("use_sysroot=false".to_string());
|
||||
}
|
||||
|
||||
let target_triple = env::var("TARGET").unwrap();
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 02:49:45 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Remove deno-v8-arm.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 02:45:19 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@ -29,8 +29,7 @@ Group: Productivity/Other
|
||||
URL: https://github.com/denoland/deno
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: registry.tar.zst
|
||||
Patch1: deno-v8-arm.patch
|
||||
Patch2: zeromq-update.patch
|
||||
Patch1: zeromq-update.patch
|
||||
BuildRequires: cargo-packaging
|
||||
|
||||
%if 0%{?suse_version} > 1600
|
||||
|
Loading…
Reference in New Issue
Block a user