Skip to content

Commit

Permalink
Switch to unified builds and give lowest priority to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Marier committed Aug 10, 2016
1 parent a41d6f5 commit 42cc10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fx-build
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ if [ "$OLD_CPU_GOVERNOR" != "performance" ] ; then
sudo cpufreq performance
fi

pushd ~/devel/mozilla-central
pushd ~/devel/mozilla-unified
MOZCONFIG="$(pwd)/.mozconfig-desktop"
export MOZCONFIG
# shellcheck disable=SC2048,SC2086
eatmydata ./mach --log-no-times build $*
eatmydata ionice nice ./mach --log-no-times build $*
RET=$?
popd

Expand Down

0 comments on commit 42cc10a

Please sign in to comment.