Skip to content

Commit

Permalink
Merge pull request #2226 from brave/mplesa-multibranch-pipeline
Browse files Browse the repository at this point in the history
PR builder Jenkins pipeline
  • Loading branch information
mihaiplesa authored Dec 18, 2018
2 parents eb6ba7b + 51573b0 commit 6a968c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Config.prototype.buildArgs = function () {

let args = {
safe_browsing_mode: 1,
root_extra_deps: [ "//brave" ],
root_extra_deps: ["//brave"],
// TODO: Re-enable when chromium_src overrides work for files in relative
// paths like widevine_cmdm_compoennt_installer.cc
// use_jumbo_build: !this.officialBuild,
Expand Down Expand Up @@ -125,7 +125,7 @@ Config.prototype.buildArgs = function () {
}

if (process.platform === 'win32') {
args.cc_wrapper = path.join(this.srcDir, 'brave', 'script' ,'redirect-cc.cmd')
args.cc_wrapper = path.join(this.srcDir, 'brave', 'script', 'redirect-cc.cmd')
} else {
args.cc_wrapper = path.join(this.srcDir, 'brave', 'script', 'redirect-cc.py')
}
Expand Down

0 comments on commit 6a968c5

Please sign in to comment.