Skip to content

Commit

Permalink
revert: fix the patch file for linux builds (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpiatt authored Sep 3, 2023
1 parent 6f36a98 commit c2894d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/fix-build-linux.patch
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ index 0ea6699..c4524de 100644
// are valid, are in dep-lists.ts
-const FAIL_BUILD_FOR_NEW_DEPENDENCIES = true;
+const FAIL_BUILD_FOR_NEW_DEPENDENCIES = false;
// Based on https://source.chromium.org/chromium/chromium/src/+/refs/tags/114.0.5735.199:chrome/installer/linux/BUILD.gn;l=64-80
// Based on https://source.chromium.org/chromium/chromium/src/+/refs/tags/108.0.5359.215:chrome/installer/linux/BUILD.gn;l=64-80
diff --git a/build/linux/dependencies-generator.ts b/build/linux/dependencies-generator.ts
index c0d8112..3bb0366 100644
--- a/build/linux/dependencies-generator.ts
Expand Down

0 comments on commit c2894d5

Please sign in to comment.