mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
vscode: broken for now
cc: @atk
This commit is contained in:
parent
7c5e6b0d77
commit
01cbb26612
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue