commit c8285e24c4e3f04ec35279abcc513cac1483c4d5
parent 3308afc8f83954c0f984d7f047c74bb74216b1ad
Author: pyoor <pyoor@users.noreply.github.com>
Date: Tue, 18 Nov 2025 15:58:58 +0000
Bug 2000662 - Include make_symbol_list.py in afl artifact. r=truber,firefox-build-system-reviewers,glandium
Differential Revision: https://phabricator.services.mozilla.com/D272900
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/taskcluster/scripts/misc/build-afl.sh b/taskcluster/scripts/misc/build-afl.sh
@@ -22,6 +22,7 @@ make -f GNUmakefile $PROGS \
PREFIX=/
mkdir -p "$dir/bin"
install -m 755 $PROGS $SH_PROGS "$dir/bin"
+install -m 644 ./utils/dynamic_covfilter/make_symbol_list.py "$dir/bin/"
make -f GNUmakefile.llvm install \
CODE_COVERAGE=1 \