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

Fix arm64 build segfault issue #672

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Fix arm64 build segfault issue #672

wants to merge 3 commits into from

Conversation

dan-du-car
Copy link
Contributor

@dan-du-car dan-du-car commented Jan 29, 2025

PR Details

Description

This PR is to attempt to address the issue with segfault in arm64 build. The fix is applied as suggested in this PR: docker/build-push-action#1309

Related Issue

Motivation and Context

How Has This Been Tested?

Types of changes

  • Defect fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that cause existing functionality to change)

Checklist:

  • I have added any new packages to the sonar-scanner.properties file
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
    V2XHUB Contributing Guide
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@dan-du-car dan-du-car marked this pull request as ready for review January 29, 2025 19:12
@dan-du-car dan-du-car changed the title atempt Fix arm64 build segfault issue Jan 29, 2025
@@ -5,7 +5,7 @@ on:
types: [opened, synchronize, reopened]
jobs:
docker-image-builds:
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add the comment about this issue to the actual yaml files

Copy link
Contributor

@paulbourelly999 paulbourelly999 left a comment

Choose a reason for hiding this comment

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

Can you add the comments to the actual yaml file

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