1) Unpin the electron version for RHEL 8 as respective issue is fixed.

2) Updated Javascript dependencies.
This commit is contained in:
Akshay Joshi
2025-03-18 10:27:21 +05:30
parent 797bdb8696
commit f25cde8c5f
5 changed files with 281 additions and 263 deletions
-5
View File
@@ -141,11 +141,6 @@ _build_runtime() {
fi
ELECTRON_VERSION="$(npm info electron version)"
# Pin the electron version to "33.3.2" due to the following issue
# https://github.com/electron/electron/issues/45884
if [ "$1" == 'redhat' ] && [ "${OS_VERSION}" == "8" ]; then
ELECTRON_VERSION="33.3.2"
fi
pushd "${BUILDROOT}" > /dev/null || exit
while true;do