-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[cpplivetutner] Add new port #48703
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
base: master
Are you sure you want to change the base?
[cpplivetutner] Add new port #48703
Conversation
|
@microsoft-github-policy-service agree |
| # Remove library files but keep cmake config files | ||
| file(GLOB_RECURSE LIB_FILES "${CURRENT_PACKAGES_DIR}/lib/*.a" "${CURRENT_PACKAGES_DIR}/lib/*.lib") | ||
| foreach(LIB_FILE ${LIB_FILES}) | ||
| file(REMOVE "${LIB_FILE}") | ||
| endforeach() | ||
| file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug") |
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.
What are you trying to do here?
| - bash: | | ||
| # Install Node.js if not available | ||
| if ! command -v node &> /dev/null; then | ||
| echo "Node.js not found, installing..." | ||
| brew install node@22 | ||
| fi | ||
| node --version | ||
| npm --version | ||
| displayName: 'Install Node.js' |
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.
Maybe out of scope.
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.
+1 why is this necessary?
Co-authored-by: Kai Pastor <[email protected]>
Co-authored-by: Kai Pastor <[email protected]>
vicroms
left a comment
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.
Remove the changes unrelated to generating the file lists, only keep the changes relevant to adding the new port.
Summary
Adding CppLiveTuner to the vcpkg registry.
Details
Features
Testing