-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Release 3.1.0
: Update toolchain support for newer GCC versions and Raspberry Pi OS Bookworm (Fixes #86)
#119
Merged
Conversation
This file contains 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
- Expand supported GCC versions up to 14.2.0 - Add support for Raspberry Pi OS Bookworm - Update dependency versions for Bookworm (GCC, glibc, binutils) - Remove support for Stretch, add Bookworm to OS options - Adjust version validation checks for new supported versions - Remove Stretch-specific patching and preprocessing
- Update supported GCC versions to include newer releases up to `14.2.0` - Remove support for Stretch, add support for Bookworm - Upgrade GDB version from 10.2 to 15.1 - Adjust GLIBC and BINUTILS version formats - Standardize error handling for tar extractions [Fixes #103] (Suggested by @DoumanAsh) - Improve cleanup of build directories - Add figlet output for better visual separation of build steps - Update configure options for GCC and GDB builds - Enhance error handling and cleanup processes - Minor text improvements and typo fixes
- Update supported GCC versions to include newer releases up to `14.2.0` - Remove support for Stretch, add support for Bookworm - Upgrade GDB version from 10.2 to 15.1 - Update GLIBC and BINUTILS versions for newer OS versions - Improve error handling and cleanup processes - Add figlet output for better visual separation of build steps - Update configure options for GCC and GDB builds - Standardize error handling for tar extractions [Fixes #103] (Suggested by @DoumanAsh) - Remove obsolete patches for older GCC versions - Update default languages to `c,c++,fortran` - Minor text improvements and typo fixes
- Add support for Bookworm (Debian 12) OS and Remove support for Stretch (Debian 9) OS - Update supported GCC versions up to `14.2.0`. - Revise usage instructions for `RTBuilder_32b` and `RTBuilder_64b` scripts - Fixed GDB compilation bug by adding `libgmp-dev`, `libgmp-dev` prerequisites. - Update supported GCC versions table with Buster, Bullseye, and Bookworm - Improve formatting and readability with emojis and markdown - Add section headers and improve overall document structure - Update additional environment variables section - Revise project description and features list - Update license information and citing instructions
- Add support for GCC 11.x, 12.x, 13.x and 14.x versions - Add support for Debian Bookworm (12) - Remove support for Debian Stretch (9) - Update GDB version to 15.1 - Adjust OS and GCC version compatibility checks - Clean up temporary files more thoroughly - Update README with new supported versions and OSes - Minor code cleanup and standardization across scripts
- Upgrade Ubuntu runner from `18.04` to `20.04` - Update `CURL_VERSION` to `8.9.1` - Revise GCC versions and Raspberry Pi OS types: - Remove older versions (`6.3.0`, `stretch`) - Add newer versions (`11.3.0`, `12.2.0`, `13.3.0`, `14.2.0`) - Add `bookworm` as a new Raspberry Pi OS type - Add `libgmp-dev` and `libmpfr-dev` to installed packages - Update `x86_64/x86` builders to use GCC `14.2.0`
- Remove GCC 11.3.0 from cross and native builder matrices - Update GCC version ranges: - Cross builders: 8.3.0, 10.2.1, 12.2.0, 13.3.0, 14.2.0 - Native builders: 13.3.0, 14.2.0 This change streamlines the GCC version selection across all Raspberry Pi builder workflows (0-1, 2-3, 3+, and 64-bit), focusing on more recent GCC versions for better compatibility and performance.
- Update supported GCC versions to 14.2.0 - Add support for Raspberry Pi 5 and Bookworm (Debian 12) - Remove references to deprecated Stretch (Debian 9) toolchains - Update supported hardware and optimization flags - Reorganize and simplify toolchain download links - Update project description and features - Minor formatting and wording improvements throughout
- Update supported GCC versions to 14.2.0 - Add support for Raspberry Pi 5 and Bookworm (Debian 12) - Remove references to deprecated Stretch (Debian 9) toolchains - Update supported hardware and optimization flags - Reorganize and simplify toolchain download links - Minor formatting and wording improvements throughout
- Update `SF_deployer` and `SF_docs_deployer` scripts to use Bookworm (Debian 12) instead of Stretch (Debian 9) - Modify folder paths and naming conventions to reflect the switch from Stretch to Bookworm - Update usage instructions in SF_docs_deployer to include Bookworm option - Remove all references to Stretch in both scripts - Ensure compatibility with new Bookworm-based toolchains for both 32-bit and 64-bit architectures This commit aligns the deployment scripts with the project's move to support newer Raspberry Pi OS versions.
abhiTronix
added
Enhancement 😃
New Feature/Addition/Improvement
New Release 🎈
New Release Yay!!!
WIP 🏗️
Work in Progress
Need Testing 🧪
Issue/PR must be tested before concluding.
labels
Aug 25, 2024
- Upgrade Ubuntu runner from `18.04` to `20.04` - Fixed `libcurl3` replaced by `libcurl4` in Ubuntu 20.04 - Revise GCC versions and Raspberry Pi OS types: - Remove older versions `stretch` Raspberry Pi OS type - Add `bookworm` as a new Raspberry Pi OS type
- Rename 'Docs Root Deployer' job to 'Docs Experimental Deployer' in `docs.yml` workflow - Enhance `curl_stfp_patcher` script: - Add installation of `openssl` and `libssl-dev` - Configure curl build with OpenSSL support
- Simplify and consolidate logic in SF_deployer - Introduce deploy_file function for reusability - Update folder structure to include Raspberry Pi 5 - Reorganize SF_docs_deployer with modular set_folder_and_filepath function - Improve error handling and URL encoding - Standardize deployment process across different toolchain types
- Simplify and consolidate logic - Introduce deploy_file function for reusability
- Modify conditions for running jobs in builder workflows - Expand triggers for CIBB jobs to include all pushes - Restrict CICTB and CINTB jobs to run only on push events - Remove pull_request trigger from docs.yml workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement 😃
New Feature/Addition/Improvement
Need Testing 🧪
Issue/PR must be tested before concluding.
New Release 🎈
New Release Yay!!!
WIP 🏗️
Work in Progress
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 pull request updates our toolchain builder scripts and documentation to support newer GCC versions and Raspberry Pi OS Bookworm (Debian 12), while removing support for older versions and Raspberry Pi OS Stretch(Debian 9).
Key changes include:
14.2.0
10.2
to15.1
CURL_VERSION
to8.9.1
This PR addresses the following issues:
Changes affect the following components:
RTBuilder_32b
andRTBuilder_64b
build scriptsREADME.md
and documentationSF_deployer
andSF_docs_deployer
)