mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* fix this * fix that * more variables, yaaay! hope i did that right... * update with default chromebrew repo * Fix install order, ca_certificates postinstall, and binary permissions Install buildessential and ruby_rubocop before updating rubygems so gems requiring compilation can be built and malformed .rb files are caught early. Fix ca_certificates postinstall EACCESS error by chmod'ing update-ca-certificates before execution. Add blanket chmod +x on CREW_PREFIX/bin after core/buildessential installs to prevent Permission denied errors from grep and other binaries. * Update CREW_VERSION to 1.72.2 bump version... * Refactor arch_flags_override and LD_PRELOAD logic Refactor conditional checks for arch_flags_override and LD_PRELOAD assignment. --------- Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com> Co-authored-by: Ed Reel <edreel@gmail.com>