Skip to content

Conversation

NathanFlurry
Copy link
Member

Changes

Copy link
Member Author

NathanFlurry commented Jun 5, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add the label merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

cloudflare-workers-and-pages bot commented Jun 5, 2025

Deploying rivet with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92edf66
Status:🚫  Build failed.

View logs

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

Added support for Linux ARM64 and Windows build targets with multi-architecture Dockerfile restructuring and release workflow modifications.

  • Separated architecture-specific Dockerfiles for Linux (x86_64/aarch64) and macOS (x86_64/aarch64) in /docker/toolchain/
  • Added Windows build target support in /docker/toolchain/build.sh with .exe file handling
  • Fixed issue with duplicate rivetgg/server:slim build step in /.github/workflows/release.yaml
  • Configured OpenSSL 1.1.1w builds for each architecture with appropriate target-specific settings
  • Potential issue: Windows target incorrectly specified as x86_64-pc-windows-musl instead of GNU/MSVC

6 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

ENV PATH="/root/osxcross/target/bin:$PATH"

# Common environment variables for cross-compilation
ENV MACOSX_DEPLOYMENT_TARGET=10.7 \
Copy link

Choose a reason for hiding this comment

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

logic: MACOSX_DEPLOYMENT_TARGET=10.7 is very old and may not be appropriate for ARM64 builds which started with macOS 11.0

Suggested change
ENV MACOSX_DEPLOYMENT_TARGET=10.7 \
ENV MACOSX_DEPLOYMENT_TARGET=11.0 \

@NathanFlurry NathanFlurry force-pushed the chore_add_Linux_ARM64_and_Windows_build_targets branch 2 times, most recently from 441f4f4 to fa06adb Compare June 5, 2025 04:45
@NathanFlurry NathanFlurry force-pushed the fix_uncomment_function_type_filter_in_ACTORS_FILTER branch from e90af51 to fba55a4 Compare June 5, 2025 04:45
@NathanFlurry NathanFlurry force-pushed the fix_uncomment_function_type_filter_in_ACTORS_FILTER branch from fba55a4 to d8521b4 Compare June 8, 2025 19:09
@NathanFlurry NathanFlurry force-pushed the chore_add_Linux_ARM64_and_Windows_build_targets branch from fa06adb to c360977 Compare June 8, 2025 19:09
Copy link

cloudflare-workers-and-pages bot commented Jun 8, 2025

Deploying rivet-studio with  Cloudflare Pages  Cloudflare Pages

Latest commit: 74a37d2
Status:⚡️  Build in progress...

View logs

Copy link

cloudflare-workers-and-pages bot commented Jun 8, 2025

Deploying rivet-hub with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92edf66
Status:🚫  Build failed.

View logs

@NathanFlurry NathanFlurry changed the base branch from fix_uncomment_function_type_filter_in_ACTORS_FILTER to graphite-base/2551 June 9, 2025 09:16
@MasterPtato MasterPtato changed the base branch from graphite-base/2551 to fix_uncomment_function_type_filter_in_ACTORS_FILTER June 9, 2025 16:58
@NathanFlurry NathanFlurry force-pushed the fix_uncomment_function_type_filter_in_ACTORS_FILTER branch from d8521b4 to b7c38f4 Compare June 9, 2025 18:59
@NathanFlurry NathanFlurry force-pushed the chore_add_Linux_ARM64_and_Windows_build_targets branch from c360977 to 62fd12b Compare June 9, 2025 18:59
@MasterPtato MasterPtato force-pushed the fix_uncomment_function_type_filter_in_ACTORS_FILTER branch from b7c38f4 to 65e7c70 Compare June 9, 2025 19:26
@MasterPtato MasterPtato force-pushed the chore_add_Linux_ARM64_and_Windows_build_targets branch from 62fd12b to 6f45f25 Compare June 9, 2025 19:26
@MasterPtato MasterPtato force-pushed the chore_add_Linux_ARM64_and_Windows_build_targets branch from e36ca13 to 92edf66 Compare June 17, 2025 00:33
@abcxff abcxff force-pushed the fix_uncomment_function_type_filter_in_ACTORS_FILTER branch from 127da0d to da02915 Compare June 18, 2025 16:37
@abcxff abcxff force-pushed the chore_add_Linux_ARM64_and_Windows_build_targets branch from 92edf66 to 1614ba1 Compare June 18, 2025 16:37
@MasterPtato MasterPtato force-pushed the chore_add_Linux_ARM64_and_Windows_build_targets branch from 1614ba1 to 92edf66 Compare June 18, 2025 23:47
@MasterPtato MasterPtato force-pushed the fix_uncomment_function_type_filter_in_ACTORS_FILTER branch from da02915 to 127da0d Compare June 18, 2025 23:47
@NathanFlurry NathanFlurry force-pushed the fix_uncomment_function_type_filter_in_ACTORS_FILTER branch from 127da0d to dd008fa Compare June 20, 2025 18:54
@NathanFlurry NathanFlurry force-pushed the chore_add_Linux_ARM64_and_Windows_build_targets branch from 92edf66 to 74a37d2 Compare June 20, 2025 18:54
Copy link
Contributor

graphite-app bot commented Jun 20, 2025

Merge activity

  • Jun 20, 7:02 PM UTC: NathanFlurry added this pull request to the Graphite merge queue.
  • Jun 20, 7:03 PM UTC: CI is running for this pull request on a draft pull request (#2629) due to your merge queue CI optimization settings.
  • Jun 20, 7:04 PM UTC: Merged by the Graphite merge queue via draft PR: #2629.

graphite-app bot pushed a commit that referenced this pull request Jun 20, 2025
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
@graphite-app graphite-app bot closed this Jun 20, 2025
@graphite-app graphite-app bot deleted the chore_add_Linux_ARM64_and_Windows_build_targets branch June 20, 2025 19:04
@NathanFlurry NathanFlurry mentioned this pull request Jul 3, 2025
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