vscode: broken for now

cc: @atk
This commit is contained in:
Andrew J. Hesford 2023-12-13 18:19:02 -05:00
parent 7c5e6b0d77
commit 01cbb26612

View file

@ -15,6 +15,10 @@ distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.
checksum=b7fcf4fce5ce31669e93240783ff9ecfbe6d239bb2446c5eb3c11900d430a727
nocross=yes # x64 build does not cut it, it contains native code
# Build fails on `yarn run gulp vscode-linux-x64-min`
# See, e.g., https://build.voidlinux.org/builders/x86_64-musl_builder/builds/50400/steps/shell_3/logs/stdio
broken="EMFILE: too many open files"
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
broken="FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory"
fi