[ci] fix freebsd ci - #265
Merged
Merged
Conversation
- Updated feature flag checks in various files to use `disable_*` instead of `enable_*` for better clarity and consistency in feature management. - Enhanced error handling logic to ensure proper validation of WebAssembly 1.1 features, improving robustness against unsupported operations. - Refactored related documentation to clarify the implications of enabling and disabling specific WebAssembly features, aiding user understanding. - Improved overall code maintainability by streamlining feature flag management and enhancing the clarity of error reporting mechanisms.
- Added a new environment variable `freebsd_swapfile_mb` to configure the swapfile size for FreeBSD CI jobs, improving memory management during builds. - Updated the CI script to create and enable a swapfile before executing build commands, ensuring sufficient memory resources are available for the build process. - Enhanced error handling in the build script to provide better diagnostics in case of failures related to memory allocation and swap management.
…implementation - Eliminated the custom __float80 struct and its associated operator overloads, streamlining the codebase. - Removed numeric_limits specialization for __float80, enhancing clarity and maintainability. - Updated the exercise_parsed_token function to ensure compatibility with existing types, improving overall robustness. - Added necessary includes for concepts to support modern C++ features.
…ocess - Reduced the FreeBSD swapfile size from 4096MB to 2048MB for improved resource allocation during CI jobs. - Added cleanup commands to the CI script to optimize package management and reduce disk usage. - Enhanced build configuration commands to include additional flags for better performance and debugging information. - Implemented cleanup steps for build artifacts to ensure a more efficient CI environment.
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.
No description provided.