latest main
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=10
This commit is contained in:
parent
1502014377
commit
782c2b0d1f
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<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.22.3</param>
|
||||
<param name="revision">f85508868ebb9477fe57ff9cb352c43e29a5cf7d</param>
|
||||
<param name="version">0.22.3</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
@ -1,32 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -euo pipefail
|
||||
|
||||
# packaging helper to workaround:
|
||||
# https://github.com/rust-lang/cargo/issues/7058
|
||||
|
||||
wd="$(mktemp -d /tmp/revendor.XXXXX)"
|
||||
|
||||
# take what we need into the build
|
||||
cp vendor*xz $wd
|
||||
|
||||
cd $wd
|
||||
|
||||
echo -n "Extracting vendor..."
|
||||
tar xf vendor*xz
|
||||
echo "done"
|
||||
|
||||
echo -n "Ejecting winapi bloat... "
|
||||
rm -fr vendor/winapi*gnu*/lib/*.a
|
||||
echo "done"
|
||||
|
||||
# remake tarball
|
||||
echo -n "Compressing archive... "
|
||||
tar -cf - vendor/ | xz -9 -c - > vendor-merged.tar.xz
|
||||
echo "done"
|
||||
|
||||
cd -
|
||||
|
||||
echo -n "Replacing tarball... "
|
||||
cp $wd/vendor-merged.tar.xz vendor.tar.xz
|
||||
rm -fr $wd
|
||||
echo "ok"
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f765585a808338d0f22ec1254ab17dd6c53a9d829008d2e23be6d3adfe39074
|
||||
size 45813144
|
||||
oid sha256:edeec4170650f2f6ba5a328969da0d4c0df5628900ada3cff352f421d2378e21
|
||||
size 46280396
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 19 05:34:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- fast-forward to f85508868ebb9477fe57ff9cb352c43e29a5cf7d
|
||||
* Upgrade V8 to 9.2.230.10 (#700)
|
||||
* CreateParams cleanup (#701)
|
||||
* ename set_common_data to set_common_data_69 (#702)
|
||||
* chore: upgrade Rust to 1.53.0 (#705)
|
||||
- remove revendor_source.sh (applied in vendor-rust)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 9 05:10:32 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf298114c0f970743397cd42143468efca4b3ed269f8718837057c7b5c813034
|
||||
size 1770380
|
||||
oid sha256:8cda6c8ac0d65bd81e9ab55454b211b9af8299e022d2500af0a293ee7f000217
|
||||
size 1775232
|
||||
|
Loading…
Reference in New Issue
Block a user