Skip to content

Commit

Permalink
Disable distro check for linux builds to fix failing builds
Browse files Browse the repository at this point in the history
This is a workaround for the issue described in brave/brave-browser#305
  • Loading branch information
bkero committed Jun 7, 2018
1 parent 433877d commit 248fd14
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions patches/chrome-installer-linux-BUILD.gn.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
diff --git a/chrome/installer/linux/BUILD.gn b/chrome/installer/linux/BUILD.gn
index fbabd6c3414f5cb69cf4c7ab6ef5f957cb391376..ab6bf7f0d65ae03730d977b17782d52ad3c30736 100644
index fbabd6c3414f5cb69cf4c7ab6ef5f957cb391376..9857f33bf644c66dff4647045a750035677aec26 100644
--- a/chrome/installer/linux/BUILD.gn
+++ b/chrome/installer/linux/BUILD.gn
@@ -25,11 +25,10 @@ declare_args() {
@@ -19,17 +19,16 @@ if (current_cpu == "x86" || current_cpu == "x64") {
declare_args() {
# Enables checks that ensure the packages are installable on all supported
# distributions.
- enable_distro_version_check = true
+ enable_distro_version_check = false
}

assert(is_linux)

packaging_files_executables = [
Expand Down

0 comments on commit 248fd14

Please sign in to comment.