-
-
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
metashell 5.0.0 #138798
metashell 5.0.0 #138798
Conversation
|
d38190c
to
69943e4
Compare
Let's try with the change I made previously: #128202 |
69943e4
to
f2be3a9
Compare
|
f2be3a9
to
deea604
Compare
linux test failure. |
I think we are almost there to get this shipped. @sabel83 might have an idea. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Formula/metashell.rb
Outdated
system "cmake", "../llvm", "-DLLVM_ENABLE_TERMINFO=OFF", *std_cmake_args | ||
system "make", "templight" | ||
end | ||
system "cmake", "-S", "3rd/templight/llvm", "-B", "llvm_build", "-DLLVM_ENABLE_TERMINFO=OFF", *std_cmake_args |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is changing the build directory of templight (the clang build shipped with metashell). Metashell's own build scripts are sensitive to the location of the templight builds, which is likely to be the reason for the error you get from the CI. Take a look at CMakeLists.txt
in the root of Metashell's source tree and cmake/Modules/FindTemplight.cmake
for more details.
Metashell comes with a special clang, you don't need to install another one for it. Take a look at my comment about the build location. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
deea604
to
7e88744
Compare
metashell: update build Signed-off-by: Rui Chen <rui@chenrui.dev>
7e88744
to
c0362b3
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Follow up PR: #140453 |
Created by
brew bump
Created with
brew bump-formula-pr
.