We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Processor ID was set to 10, ci uses it to deconflict ports. Broke toolchain.
To Reproduce Normal run, reports CI is listening on 1243 (should be 1234)
Expected behavior Use historical port by default.
Code snips
cFE/cmake/sample_defs/targets.cmake
Line 103 in db82929
System observed on:
Additional context Broke in #776. Really should fix nasa/cFS#56 (positive check in CI of proper execution and exit), and this would have been caught.
Reporter Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#882, Returned processor ID to default to unbreak toolchain
792ef77
56618e8
Merge pull request #883 from skliper/fix882-processorid-default
c3ab053
Fix #882, Returned processor ID to default to unbreak toolchain
Successfully merging a pull request may close this issue.
Describe the bug
Processor ID was set to 10, ci uses it to deconflict ports. Broke toolchain.
To Reproduce
Normal run, reports CI is listening on 1243 (should be 1234)
Expected behavior
Use historical port by default.
Code snips
cFE/cmake/sample_defs/targets.cmake
Line 103 in db82929
System observed on:
Additional context
Broke in #776. Really should fix nasa/cFS#56 (positive check in CI of proper execution and exit), and this would have been caught.
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: