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

feat(ci): Remove cross compilation in CI, update sentry-native #4427

Merged
merged 18 commits into from
Jan 7, 2025

Conversation

iambriccardo
Copy link
Member

@iambriccardo iambriccardo commented Jan 7, 2025

This PR fixes the CI build, which began failing due to actions/runner-images#10636.

The fix involves updating the sentry-native submodule and replacing cross-compilation with regular compilation on each runner that matches the architecture being used for compilation.

Closes: #3943

@iambriccardo iambriccardo force-pushed the riccardo/feat/pin-version branch from 451f1fe to 39e27ac Compare January 7, 2025 10:05
@iambriccardo iambriccardo changed the title feat(ci): Use ubuntu 22.04 in CI feat(ci): Lock ubuntu 22.04 in CI Jan 7, 2025
@iambriccardo iambriccardo changed the title feat(ci): Lock ubuntu 22.04 in CI feat(ci): Remove cross compilation in CI Jan 7, 2025
@iambriccardo iambriccardo added the Trigger: Full-CI Runs all CI steps in a PR label Jan 7, 2025
@iambriccardo iambriccardo marked this pull request as ready for review January 7, 2025 14:19
@iambriccardo iambriccardo requested a review from a team as a code owner January 7, 2025 14:19
@@ -202,16 +202,19 @@ jobs:
echo "Running full CI"
echo 'image_names=["relay", "relay-pop"]' >> $GITHUB_OUTPUT
echo 'targets=["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]' >> $GITHUB_OUTPUT
echo 'runners=["ubuntu-20.04", "ubuntu-22.04-arm64-relay"]' >> $GITHUB_OUTPUT
Copy link
Member

Choose a reason for hiding this comment

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

This seems to be unused?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch! Slipped through

@@ -301,7 +305,7 @@ jobs:
image_name: ${{ fromJson(needs.build-setup.outputs.image_names) }}

env:
PLATFORMS: "${{ join(fromJSON(needs.build-setup.outputs.platforms), ',') }}"
PLATFORMS: "${{ join(fromJson(needs.build-setup.outputs.platforms), ',') }}"
Copy link
Member

Choose a reason for hiding this comment

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

@Dav1dde Dav1dde changed the title feat(ci): Remove cross compilation in CI feat(ci): Remove cross compilation in CI, update sentry-native Jan 7, 2025
@iambriccardo iambriccardo merged commit 2fafc92 into master Jan 7, 2025
29 checks passed
@iambriccardo iambriccardo deleted the riccardo/feat/pin-version branch January 7, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trigger: Full-CI Runs all CI steps in a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants