7
0
forked from pool/rusty_v8
2021-06-19 05:38:10 +00:00
committed by Git OBS Bridge
parent 1502014377
commit 782c2b0d1f
5 changed files with 15 additions and 37 deletions

View File

@@ -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>

View File

@@ -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)

Binary file not shown.

View File

@@ -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)

Binary file not shown.