Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

INACTIVE - http://mzl.la/ghe-archive - Build configurations of Firefox for Fuzzing and Sanitizer builds.

Notifications You must be signed in to change notification settings

MozillaSecurity/mozilla-build-configs

Repository files navigation

mozilla-build-configs

Usage:

git clone --depth=1 git@github.com:MozillaSecurity/mozilla-build-configs.git
cd mozilla-central # Previously cloned source directory
export MOZCONFIG=../mozilla-build-configs/firefox.asan.fuzzing.release

Optional: Use provided .mozbuild clang version

./mach bootstrap
export CC="$HOME/.mozbuild/clang/bin/clang"
export CXX="$HOME/.mozbuild/clang/bin/clang++"

Build

./mach build

LibFuzzer Requirement

./mach gtest nonexistent

Releases

No releases published

Packages

No packages published