Skip to content

Commit e8f148e

Browse files
authored
Merge pull request brave#7390 from brave/revert-component-build-release
Revert component build release
2 parents add7c2d + 4ef5be0 commit e8f148e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
booleanParam(name: "DISABLE_SCCACHE", defaultValue: false, description: "")
1717
booleanParam(name: "DEBUG", defaultValue: false, description: "")
1818
booleanParam(name: "DCHECK_ALWAYS_ON", defaultValue: true, description: "")
19-
booleanParam(name: "IS_COMPONENT_BUILD", defaultValue: true, description: "")
19+
booleanParam(name: "IS_COMPONENT_BUILD", defaultValue: false, description: "")
2020
}
2121
environment {
2222
REFERRAL_API_KEY = credentials("REFERRAL_API_KEY")

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Config.prototype.buildArgs = function () {
100100
// TODO: Re-enable when chromium_src overrides work for files in relative
101101
// paths like widevine_cmdm_compoennt_installer.cc
102102
// use_jumbo_build: !this.officialBuild,
103-
is_component_build: !this.officialBuild,
103+
is_component_build: this.buildConfig !== 'Release',
104104
proprietary_codecs: true,
105105
ffmpeg_branding: "Chrome",
106106
enable_nacl: false,

0 commit comments

Comments
 (0)