You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor change to .gitignore so that cfe/cmake/sample_defs inside cfe is currectly tracked in git-aware text editors
System(s) tested on
Ubuntu CI
Additional context
None
Code contibutions
See PRs
Contributor Info - All information REQUIRED for consideration of pull request
Leor Bleir, NASA-GSFC
Jacob Hageman, NASA-GSFC
Joseph Hickey, Vantage Systems, Inc.
Christopher Knight, NASA-ARC
Yasir Khan, Emergent Space Technologies, Inc.
Gerardo E. Cruz-Ortiz, NASA-GSFC
These appear to be pretty much all the "functional" tests that run with a real OSAL.
For all of these to fail at once this typically means a permission issue was introduced somehow, notably this is what happens if you e.g. try to run as a normal non-root user without enabling the PERMISSIVE mode, so OS_API_Init() fails, which would cause all of these to fail.
Confirmed that this indeed related to the OSAL_CONFIG_DEBUG_PERMISSIVE_MODE setting - the native_osconfig.cmake file isn't getting picked up, so its running in enforcing mode, and permission failing. Possibly related to the build directory structure changes that went into this IC. I will investigate further.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the contribution
Combines
nasa/cFE#765
nasa/osal#529
nasa/PSP#176
nasa/elf2cfetbl#47
nasa/cFS-GroundSystem#109
Testing performed
Bundle CI - https://github.com/nasa/cFS/pull/108/checks
Expected behavior changes
See submodule PRs.
Minor change to
.gitignoreso thatcfe/cmake/sample_defsinside cfe is currectly tracked in git-aware text editorsSystem(s) tested on
Ubuntu CI
Additional context
None
Code contibutions
See PRs
Contributor Info - All information REQUIRED for consideration of pull request
Leor Bleir, NASA-GSFC
Jacob Hageman, NASA-GSFC
Joseph Hickey, Vantage Systems, Inc.
Christopher Knight, NASA-ARC
Yasir Khan, Emergent Space Technologies, Inc.
Gerardo E. Cruz-Ortiz, NASA-GSFC