-
Notifications
You must be signed in to change notification settings - Fork 207
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
Support arguments and working directory in launching Core Build proje… #821
Conversation
…cts for Local Added the CArgumentsTab to the Core Build launch configuration for the Local target. This enables users to set command line arguments and specify a working directory.
Hi @betamaxbandit , |
Note this fixes all 4 flavors of Core Build projects: CMake, Makefile, Autotools, Arduino. |
Hi @ewaterlander , |
Thanks! |
Please see #816 the test fails are not caused by your change, but rather by some change on the GitHub runners. |
Should I trigger a new build? |
Hi @ewaterlander , |
Build is still broken. |
I re triggered the licensing check, the 8 errors/60 fails is #816 |
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.
LGTM
Hi, |
Hi @ewaterlander , Cheers John |
17ae021
to
5c5699c
Compare
I retriggerd a build. I hope this PR can get merged soon. |
Build failed with these errors: Error: Failed to resolve target definition file:/work/releng/org.eclipse.cdt.target/cdt.target: Failed to load p2 metadata repository from location https://download.eclipse.org/eclipse/updates/4.33-I-builds/: No repository found at https://download.eclipse.org/eclipse/updates/4.33-I-builds. |
…cts for Local
Added the CArgumentsTab to the Core Build launch configuration for the Local target. This enables users to set command line arguments and specify a working directory.