[arch-commits] Commit in code/trunk (PKGBUILD)
Filipe Laíns
ffy00 at gemini.archlinux.org
Sun Nov 7 19:42:01 UTC 2021
Date: Sunday, November 7, 2021 @ 19:42:00
Author: ffy00
Revision: 1038678
upgpkg: code 1.62.0-1
Modified:
code/trunk/PKGBUILD
----------+
PKGBUILD | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-07 19:41:42 UTC (rev 1038677)
+++ PKGBUILD 2021-11-07 19:42:00 UTC (rev 1038678)
@@ -12,7 +12,7 @@
# - fermium: 14
# Important: Remember to check https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) for target electron version
_electron=electron13
-pkgver=1.61.0
+pkgver=1.62.0
pkgrel=1
arch=('x86_64')
url='https://github.com/microsoft/vscode'
@@ -103,20 +103,10 @@
yarn install --arch=$_vscode_arch
- # The default memory limit may be too low for current versions of node
- # to successfully build vscode. Change it if this number still doesn't
- # work for your system.
- mem_limit="--max_old_space_size=6144"
-
- if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
- then
- echo
- echo "*** NOTE: If the build failed due to running out of file handles (EMFILE),"
- echo "*** you will need to raise your max open file limit."
- echo "*** You can check this for more information on how to increase this limit:"
- echo "*** https://ro-che.info/articles/2017-03-26-increase-open-files-limit"
- exit 1
- fi
+ gulp compile-build
+ gulp compile-extension-media
+ gulp compile-extensions-build
+ gulp vscode-linux-$_vscode_arch-min
}
package() {
More information about the arch-commits
mailing list