mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Workaround for Arch having out of date html5-parser
This commit is contained in:
parent
ff5e535af5
commit
c0cd4f0e73
@ -13,5 +13,8 @@ file_to_patch=$(pacman -Ql python-pycryptodome | grep _raw_api.py$ | cut -d" " -
|
|||||||
echo "Patching $file_to_patch"
|
echo "Patching $file_to_patch"
|
||||||
sed -i 's/RTLD_DEEPBIND/RTLD_DEEPBIND_DISABLED_BY_KOVID/g' "$file_to_patch"
|
sed -i 's/RTLD_DEEPBIND/RTLD_DEEPBIND_DISABLED_BY_KOVID/g' "$file_to_patch"
|
||||||
|
|
||||||
|
# Needed till html5-parser 0.4.10 is available
|
||||||
|
pip install -U html5-parser
|
||||||
|
|
||||||
useradd -m ci
|
useradd -m ci
|
||||||
chown -R ci:users $GITHUB_WORKSPACE
|
chown -R ci:users $GITHUB_WORKSPACE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user