-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update build instructions for OSX #342
Comments
https://github.com/Islandora-Devops/isle-buildkit?tab=readme-ov-file#requirements The README specifies the need for using brew on OSX to install the GNU version of make, I think this brings |
I think the only thing missing from the instructions for mac is needing to run this before
|
Merged
nigelgbanks
pushed a commit
that referenced
this issue
Nov 14, 2024
* Fix drush wrapper * bump drupal core+drush test versions * Fix test * Close #342 * Do not break folks who haven't upgrade drush yet * Update drush * update composer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of the instructions in the READMEs don't work on OSX. It would be nice if we could update them so they work for both OSX and Linux, or add new OSX instructions.
For example, I don't have wget on my machine, so when I want to generate a new SHA to update the version of something included in an image I need to modify the commands in the README. Instead of running
wget --quiet "${URL}"
I can runcurl "${URL}" -o "${FILE}"
which should work on Linux and OSX.make bake
also doesn't work for me, butdocker buildx bake
does.I suspect there might be more, so it would be helpful to go through and test on OSX and Linux to make sure everything works as intended and update the docs accordingly.
The text was updated successfully, but these errors were encountered: