-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
tarantool 2.3.2.1 #53478
tarantool 2.3.2.1 #53478
Conversation
Could you please change commit message to And there're some references to Homebrew shims directory which don't work outside of Homebrew's superenv:
For
|
Bypassing a significant portion of the superenv during the actual build kinda sucks. Would modifying COMPILER_INFO be any better? (We should also wait until icu4c 66.1 build is complete) |
It seems the only way to do it is to patch - #define COMPILER_INFO "@CMAKE_C_COMPILER@ @CMAKE_CXX_COMPILER@"
+ #define COMPILER_INFO "/usr/bin/clang /usr/bin/clang++"
Ok, will merge after #52481 |
I think so. It's effectively the same as how it replaces those things in the build script anyway. Better than avoiding the superenv IMO. |
Co-Authored-By: Alexander Bayandin <[email protected]>
4e78c41
to
0f0fffd
Compare
Thanks @avtikhon! |
Set stable release to 2.3.2.1 version.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?