From 0fcf2ced5c5e0633e691bfee0062e719f6898bb6 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 16 Oct 2023 01:36:11 +0000 Subject: [PATCH] extra/js102: fix --- extra/js102/PKGBUILD | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/extra/js102/PKGBUILD b/extra/js102/PKGBUILD index 3e7a2be86..e02fbb3aa 100644 --- a/extra/js102/PKGBUILD +++ b/extra/js102/PKGBUILD @@ -2,6 +2,7 @@ # ALARM: Kevin Mihelich # - configure with --disable-lto, --disable-rust-simd +# - remove PGO build pkgname=js102 pkgver=102.15.0 @@ -84,42 +85,7 @@ build() { export MOZBUILD_STATE_PATH="$srcdir/mozbuild" export MACH_USE_SYSTEM_PYTHON=1 - # Do 3-tier PGO - echo "Building instrumented JS..." - cat >.mozconfig ../mozconfig - <.mozconfig ../mozconfig - <.mozconfig ../mozconfig ./mach build }