mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
remove javascript build option from jenkins script
This commit is contained in:
parent
6d63f7959a
commit
6847fad653
@ -30,7 +30,6 @@
|
||||
# TARGET is set to the frontend target to build
|
||||
# HOST is set to the identifier of the toolchain doing the building
|
||||
# CC is the compiler (gcc or clang)
|
||||
# BUILD_JS is the javascript type (json or jsoff)
|
||||
# BUILD_NUMBER is the CI build number
|
||||
|
||||
#####
|
||||
@ -346,7 +345,6 @@ if [ "${CC}" = "clang" ];then
|
||||
fi
|
||||
|
||||
# convert javascript parameters
|
||||
if [ "${BUILD_JS}" = "json" ];then
|
||||
case ${HOST} in
|
||||
"arm-unknown-riscos")
|
||||
BUILD_MOZJS=NO
|
||||
@ -371,12 +369,6 @@ if [ "${BUILD_JS}" = "json" ];then
|
||||
|
||||
esac
|
||||
|
||||
else
|
||||
BUILD_JS=NO
|
||||
BUILD_MOZJS=NO
|
||||
BUILD_DUKTAPE=NO
|
||||
fi
|
||||
|
||||
########### Use distcc if present ######
|
||||
|
||||
DISTCC=distcc
|
||||
|
Loading…
Reference in New Issue
Block a user