forked from pool/rusty_v8
latest main
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=10
This commit is contained in:
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"
|
BIN
rusty_v8-0.22.3.tar.xz
(Stored with Git LFS)
BIN
rusty_v8-0.22.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -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>
|
||||
|
||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user