- Remove unnecessary files
- Set clang to clang19, lld to lld19 and llvm to llvm19 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=97
This commit is contained in:
parent
bc9694d3a0
commit
12a1a73f1e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 15 11:15:08 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Remove unnecessary files
|
||||||
|
- Set clang to clang19, lld to lld19 and llvm to llvm19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 12 14:53:20 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
Tue Nov 12 14:53:20 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
@ -33,11 +33,11 @@ Patch0: deno-v8-arm.patch
|
|||||||
Patch1: compiler-rt-adjust-paths.patch
|
Patch1: compiler-rt-adjust-paths.patch
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: clang
|
BuildRequires: clang19
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gn
|
BuildRequires: gn
|
||||||
BuildRequires: lld
|
BuildRequires: lld19
|
||||||
BuildRequires: llvm
|
BuildRequires: llvm19
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
@ -96,6 +96,8 @@ cp target/release/*.rlib %{buildroot}%{_libdir}
|
|||||||
# we don't need those
|
# we don't need those
|
||||||
pushd %{buildroot}%{_libdir}/crates/rusty_v8
|
pushd %{buildroot}%{_libdir}/crates/rusty_v8
|
||||||
rm -rf .github
|
rm -rf .github
|
||||||
|
rm .prettierrc.json
|
||||||
|
rm .rustfmt.toml
|
||||||
rm -rf vendor
|
rm -rf vendor
|
||||||
rm -rf target
|
rm -rf target
|
||||||
%fdupes $PWD
|
%fdupes $PWD
|
||||||
|
Loading…
Reference in New Issue
Block a user