JavaScript Webkit testing and detection changes
Add testing for javascriptcoregtk-4.1. Simplify configure detection of JSC, relying only only pkg-config. Add javascriptcoregtk-4.1 tests to GHA.
This commit is contained in:
parent
a741c7dbcf
commit
662b88b605
3 changed files with 53 additions and 57 deletions
|
|
@ -54,7 +54,7 @@ case "$SWIGLANG" in
|
|||
fi
|
||||
;;
|
||||
"jsc")
|
||||
$RETRY sudo apt-get install -qq libjavascriptcoregtk-4.0-dev
|
||||
$RETRY sudo apt-get install -qq libjavascriptcoregtk-${VER}-dev
|
||||
;;
|
||||
"v8")
|
||||
$RETRY sudo apt-get install -qq libv8-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue