Skip to content
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

patch some build/test scripts in bin/ #149

Merged

Conversation

dgoffredo
Copy link
Contributor

@dgoffredo dgoffredo commented Aug 26, 2024

I just set up VSCode's clangd extension for C++ source browsing, and was giving it a test drive in dd-trace-cpp.

bin/test was failing on my machine due to changes needed in the build configuration of test/system-tests, and bin/check was failing due to changes needed to bin/bazel-build. At least on my machine.

If some of the helper scripts in bin/ are no longer in use, it might be best to delete them. For now, I propose these changes to get things working again locally on my machine.

@dgoffredo dgoffredo requested a review from a team as a code owner August 26, 2024 21:56
@dgoffredo dgoffredo requested review from dmehala and removed request for a team August 26, 2024 21:56
@dmehala
Copy link
Collaborator

dmehala commented Sep 13, 2024

Wow it's already been 3 weeks. My apologies @dgoffredo. I recently updated CMakeLists.txt, can you try without the changes on test/system-tests/CMakeLists.txt?

@dgoffredo dgoffredo force-pushed the david.goffredo/patch-system-tests-build branch from fab2d36 to 5ce5830 Compare September 13, 2024 18:23
@dgoffredo
Copy link
Contributor Author

I force pushed an update that removes the CMake changes and rebases onto main.

Keep in mind that the branch name "patch-system-tests-build" is now a misnomer, since this doesn't patch the system tests build anymore.

Copy link
Collaborator

@dmehala dmehala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you @dgoffredo

@dmehala dmehala merged commit f8bbc8f into DataDog:main Sep 15, 2024
21 checks passed
@dgoffredo dgoffredo deleted the david.goffredo/patch-system-tests-build branch September 15, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants