Patrick Jahns
Patrick Jahns
I will try to look into this. Would be great to get this working in order to have a workflow were the pull_request is temporarily merged in the build and...
@tboerger Any update on this?
This problem is related to icu4c version 59.1. Install an older version of icu4c (i.e. 58.2) and manually link against it: `--with-icu-dir=/usr/local/Cellar/icu4c/58.2/`
You can install it via directly linking to an older version of the homebrew formula: `brew install https://raw.githubusercontent.com/ilovezfs/homebrew-core/d2485c72643aa7e6aec0da9ced3aa66401ae42ce/Formula/icu4c.rb` I would recommend that you link 59.1 to /usr/... and keep 58.2...
just keep in mind that there might be homebrew packages asking for 59.1 and that will override your version again. That's why I build it directly against the cellar version
homebrew-php had also the issue for php-intl - this is how they incorporated ENV.cx11 in their buildscripts: https://github.com/Homebrew/homebrew-php/pull/4382/files Related discussion: https://github.com/Homebrew/homebrew-php/issues/4384
Currently also experimenting with tusd in a kubernetes setup. Adding this functionality would gladly improve the setup. @sean9999 @Acconut - is there anything we can do to move this PR...
@mwhittington21 @jtblin Is it possible to integrate the change upstream? Any further requirements/tasks from your side in order to include it in one of the next releases?
Thank you very much for your proposal. However - I am very reluctant to accept the change, for the simple reason, that your change now enforces to upload the binaries...
Have you tried the suggestion to copy the binary outside of the role? If we were to introduce the change, the existing behaviour should not be changed and a new...