Skip to content
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

ci(docker): fix debian arm builds #3627

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

ReenigneArcher
Copy link
Member

@ReenigneArcher ReenigneArcher commented Feb 2, 2025

Description

ARM builds fail when using ubuntu-24.04 images, probably due to running out of space issues. It was discovered their was a segmentation fault occurring at random times. For now the runner is being rolled back to ubuntu-22.04.

Screenshot

Issues Fixed or Closed

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update (updates to dependencies)
  • Documentation update (changes to documentation)
  • Repository update (changes to repository files, e.g. .github/...)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the in code docstring/documentation-blocks for new or existing methods/components

Copy link

codecov bot commented Feb 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 11.62%. Comparing base (6efc687) to head (e0e40cb).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##           master    #3627     +/-   ##
=========================================
  Coverage   11.62%   11.62%             
=========================================
  Files          93       93             
  Lines       17319    17319             
  Branches     8085     8085             
=========================================
  Hits         2014     2014             
- Misses      12823    14710   +1887     
+ Partials     2482      595   -1887     
Flag Coverage Δ
Linux 11.30% <ø> (ø)
Windows 13.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 31 files with indirect coverage changes

@ReenigneArcher ReenigneArcher force-pushed the ci/docker/fix-debian-arm-builds branch 7 times, most recently from dc05482 to 2cae558 Compare February 3, 2025 01:30
@ReenigneArcher ReenigneArcher force-pushed the ci/docker/fix-debian-arm-builds branch from 2cae558 to e0e40cb Compare February 3, 2025 03:09
@ReenigneArcher ReenigneArcher marked this pull request as ready for review February 3, 2025 03:11

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • scripts/linux_build.sh: Language not supported
Copy link

sonarqubecloud bot commented Feb 3, 2025

@ReenigneArcher ReenigneArcher enabled auto-merge (squash) February 3, 2025 03:18
@ReenigneArcher ReenigneArcher merged commit 9970939 into master Feb 3, 2025
37 checks passed
@ReenigneArcher ReenigneArcher deleted the ci/docker/fix-debian-arm-builds branch February 3, 2025 03:48
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