gcarq / inox-patchset

Inox patchset tries to provide a minimal Chromium based browser with focus on privacy by disabling data transmission to Google.
BSD 2-Clause "Simplified" License
364 stars 26 forks source link

question: how could i disable tests? #51

Closed nyancat18 closed 7 years ago

nyancat18 commented 7 years ago

how could i disable google's tests + aboid compiling UNREQUIRED libraries (webrtc)?

saving buildtime (precious if you dont have a paid vps)

gcarq commented 7 years ago

how are you invoking the build process?, If you are using the AUR PKGBUILD, tests are skipped and only necessary libraries are built. You can specify what you want to build with the GN flags.

nyancat18 commented 7 years ago

@gcarq but wercker fails :(

gcarq commented 7 years ago

@triceratops1 Yes because unfortunately the build job hit the resource limit of wercker. Please ask questions in the related issues, in this case https://github.com/gcarq/inox-patchset/issues/42.