Skip to content

[ci] fix freebsd ci - #265

Merged
MacroModel merged 4 commits into
UlteSoft:masterfrom
MacroModel:master
Jul 11, 2026
Merged

[ci] fix freebsd ci#265
MacroModel merged 4 commits into
UlteSoft:masterfrom
MacroModel:master

Conversation

@MacroModel

Copy link
Copy Markdown
Member

No description provided.

- 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.
@MacroModel
MacroModel merged commit c802dd5 into UlteSoft:master Jul 11, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant