Skip to content

Conversation

@fcostaoliveira
Copy link

No description provided.

- Add fail-fast: false to prevent single test failure from stopping all tests
- Skip arm64 Docker tests due to emulation issues on GitHub Actions
- Add proper error handling and informative messages
- Fix exec format error by removing problematic --platform flag
- Ensure amd64 tests run properly while acknowledging arm64 compatibility
- Architecture-independent packages work on both amd64 and arm64
- Use ubuntu-20.04 for builds instead of ubuntu-latest for better compatibility
- Add static linking flags for libgcc and libstdc++ to reduce runtime dependencies
- Update all CI jobs to use ubuntu-20.04 for consistency
- Fix GLIBC_2.38 and GLIBCXX_3.4.32 not found errors
- Ensure binaries work on older Ubuntu/Debian systems
- Improve portability across different Linux distributions
- Revert to ubuntu-latest since ubuntu-20.04 is deprecated
- Add comprehensive static linking and compatibility flags:
  * --linkopt=-static-libgcc --linkopt=-static-libstdc++
  * --linkopt=-Wl,--as-needed for minimal dependencies
  * --copt=-march=x86-64 --copt=-mtune=generic for broad compatibility
- Strip binaries to reduce size and remove debug symbols
- Add binary dependency checking during build
- Create check-binary-compatibility.sh script for troubleshooting
- Ensure binaries work on older systems despite building on newer Ubuntu
- Replace --config=opt with --compilation_mode=opt (standard Bazel flag)
- Remove potentially problematic linker flags that may not be supported
- Keep essential static linking flags: --linkopt=-static-libgcc --linkopt=-static-libstdc++
- Fix 'Config value opt is not defined in any .rc file' error
- Ensure build works with project's existing .bazelrc configuration
- Add chmod u+w before stripping to ensure binary is writable
- Move chmod +x before strip command for proper permissions
- Add fallback with warning if strip fails (not critical for functionality)
- Fix 'Permission denied' error when stripping Bazel-built binaries
- Ensure build continues even if strip operation fails
- Add .nojekyll file to disable Jekyll processing of APT repository
- Create .gitignore for gh-pages branch to exclude Bazel symlinks
- Fix 'No such file or directory @ rb_check_realpath_internal - bazel-perf_data_converter' error
- Prevent Jekyll from trying to process Bazel build artifacts
- Update all setup scripts to include .nojekyll file creation
- Ensure GitHub Pages serves APT repository files directly without Jekyll processing
@fcostaoliveira fcostaoliveira merged commit ade9b59 into master Jul 24, 2025
4 checks passed
@fcostaoliveira fcostaoliveira deleted the fix.images branch July 24, 2025 02:47
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.

2 participants