在 Oracle 的 VirtualBox 上运行 Manjaro Linux 时,我一直在尝试Pamac
通过 AUR 存储库构建 v8。但最终,在运行了大约 15k 左右的测试后,整个过程总是失败并出现以下错误消息:ERROR: A failure occurred in check()
我查看了 PKGBUILD 文件,发现了这个:
check() {
cd v8
msg2 "Using `which python`"
msg2 "Testing, this will also take a while..."
tools/run-tests.py --no-presubmit \
--outdir=out.gn \
--buildbot \
--arch=$V8_ARCH \
--mode=Release
}
但是,我用未经训练的眼睛找不到任何明显的错误,所以我目前被卡住了。
如何让 v8 在我的系统上构建?