Update download locations to outside repository content#1280
Merged
aggarg merged 13 commits intoFreeRTOS:mainfrom Jun 5, 2025
Merged
Update download locations to outside repository content#1280aggarg merged 13 commits intoFreeRTOS:mainfrom
aggarg merged 13 commits intoFreeRTOS:mainfrom
Conversation
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
aggarg
previously approved these changes
Jun 2, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1280 +/- ##
==========================================
- Coverage 91.59% 91.53% -0.06%
==========================================
Files 6 6
Lines 3259 3261 +2
Branches 902 904 +2
==========================================
Hits 2985 2985
Misses 132 132
- Partials 142 144 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
aggarg
approved these changes
Jun 5, 2025
tony-josi-aws
approved these changes
Jun 5, 2025
thomas-roos
approved these changes
Jun 5, 2025
thomas-roos
left a comment
There was a problem hiding this comment.
Looks correct, would be nice to have a comment on the commit "why" or what you try to archive.
| sudo apt install -y autogen gawk libgmp-dev libmpc-dev libmpfr-dev | ||
| sudo apt install -y patchutils sharutils zlib1g-dev autoconf2.64 | ||
|
|
||
| pushd $HOME |
There was a problem hiding this comment.
what is the purpose of pushd and popd
Member
There was a problem hiding this comment.
Change the directory and the restore.
moninom1
pushed a commit
to moninom1/FreeRTOS-Kernel
that referenced
this pull request
Sep 30, 2025
This ensures that CCS builds this library when the project is first built after CCS installation. Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Description
This PR updates all download commands (such as wget) to download files outside the repository content.
Test Steps
NA
Checklist:
Related Issue
NA.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.