Skip to content
Snippets Groups Projects
Unverified Commit 96d3eb5c authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #9280 from sjackman/sj/patchelf-rb-write

Enable HOMEBREW_PATCHELF_RB_WRITE for CI and HOMEBREW_DEV_CMD_RUN
parents 9fa4c1d0 65bc39f9
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,7 @@
# Enables experimental `patchelf.rb` write support.
HOMEBREW_PATCHELF_RB_WRITE = (
ENV["HOMEBREW_NO_PATCHELF_RB_WRITE"].blank? &&
(ENV["HOMEBREW_PATCHELF_RB_WRITE"].present? ||
(ENV["CI"].blank? && ENV["HOMEBREW_DEVELOPER"].present?))
(ENV["HOMEBREW_PATCHELF_RB_WRITE"].present? || ENV["CI"].present? || ENV["HOMEBREW_DEV_CMD_RUN"].present?)
).freeze
module Homebrew
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment