mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update the WebIDL parser
Upstream doesn't allow downloading .tar.gz archives so update.sh was changed to use unzip.
This commit is contained in:
parent
6ab923c8e8
commit
4930479ac8
11 changed files with 533 additions and 204 deletions
|
@ -5,8 +5,8 @@ patch < callback-location.patch
|
|||
patch < union-typedef.patch
|
||||
patch < inline.patch
|
||||
|
||||
wget https://hg.mozilla.org/mozilla-central/archive/tip.tar.gz/dom/bindings/parser/tests/ -O tests.tar.gz
|
||||
wget https://hg.mozilla.org/mozilla-central/archive/tip.zip/dom/bindings/parser/tests/ -O tests.zip
|
||||
rm -r tests
|
||||
mkdir tests
|
||||
tar xvpf tests.tar.gz -C tests --strip-components=5
|
||||
rm tests.tar.gz WebIDL.py.orig
|
||||
unzip -d tests -j tests.zip
|
||||
rm tests.zip WebIDL.py.orig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue