Avindra Goolcharan 2022-06-20 18:42:12 +00:00 committed by Git OBS Bridge
parent c5a1891091
commit 2aa54b2de9
2 changed files with 3 additions and 6 deletions

View File

@ -28,6 +28,7 @@ URL: https://github.com/denoland/deno
Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz
Source99: revendor_source.sh
# see https://github.com/denoland/chromium_build/pull/197
Patch0: fix-cflags.patch
BuildRequires: clang
# gcc-c++ needed to build SPIRV-Cross

View File

@ -1,12 +1,8 @@
#!/bin/sh
set -euo pipefail
# packaging helper to workaround:
# https://github.com/rust-lang/cargo/issues/9054
# https://github.com/rust-lang/cargo/issues/7058#issuecomment-751589229
# This script merges rusty_v8 into place from source,
# and nukes superfluous source objects.
# packaging helper to merge rusty_v8 in place,
# from source (i.e., avoid using the published crate).
#
# output is a single, merged vendor tarball