Skip to content

Commit

Permalink
Comment out licensing so we can get a Nightly build
Browse files Browse the repository at this point in the history
Addresses (but does not fix) #8615
  • Loading branch information
bsclifton committed Mar 10, 2020
1 parent 45a78d8 commit 4e7d1ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ const build = (buildConfig = config.defaultBuildConfig, options) => {
touchOverriddenVectorIconFiles()
util.updateBranding()
if (buildConfig === 'Release') {
licensing.updateLicenses()
// TODO(bsclifton): uncomment when we can address problem
// licensing.updateLicenses()
}

if (config.xcode_gen_target) {
Expand Down

0 comments on commit 4e7d1ee

Please sign in to comment.