update comments
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=71
This commit is contained in:
parent
c5a1891091
commit
2aa54b2de9
@ -28,6 +28,7 @@ URL: https://github.com/denoland/deno
|
|||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
Source99: revendor_source.sh
|
Source99: revendor_source.sh
|
||||||
|
# see https://github.com/denoland/chromium_build/pull/197
|
||||||
Patch0: fix-cflags.patch
|
Patch0: fix-cflags.patch
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
# gcc-c++ needed to build SPIRV-Cross
|
# gcc-c++ needed to build SPIRV-Cross
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
# packaging helper to workaround:
|
# packaging helper to merge rusty_v8 in place,
|
||||||
# https://github.com/rust-lang/cargo/issues/9054
|
# from source (i.e., avoid using the published crate).
|
||||||
# https://github.com/rust-lang/cargo/issues/7058#issuecomment-751589229
|
|
||||||
|
|
||||||
# This script merges rusty_v8 into place from source,
|
|
||||||
# and nukes superfluous source objects.
|
|
||||||
#
|
#
|
||||||
# output is a single, merged vendor tarball
|
# output is a single, merged vendor tarball
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user