Closed
Bug 1696509
Opened 4 years ago
Closed 4 years ago
Migrate Homebrew installer from Ruby version to Bash version
Categories
(Firefox Build System :: Bootstrap Configuration, task)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox88 fixed)
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: sheehan, Assigned: sheehan)
References
Details
Attachments
(1 file)
While working on bug 1688263 and testing the Homebrew install code path, I noticed a warning message indicating that Homebrew's Ruby installer is now deprecated in favour of the Bash installer. We should migrate the OSX installer code to use the new installer.
Assignee | ||
Comment 1•4 years ago
|
||
Download installer.sh
from the same source and pass it to
bash
instead of ruby
.
Pushed by cosheehan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89e0f56578ff
move to bash installer for Homebrew r=firefox-build-system-reviewers,mhentges
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•