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

build: Build binaries for Linux AArch64 #19259

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- build_name: linux-x86_64
os: ubuntu-24.04

- build_name: linux-aarch64
os: ubuntu-24.04-arm

# Mac does two Rust builds to make a universal binary
- build_name: macos-x86_64
os: macos-14
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
rust_version: [stable]
os: [ubuntu-24.04, windows-latest, macos-14]
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, macos-14]
include:
- rust_version: nightly
os: ubuntu-24.04
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
strategy:
matrix:
rust_version: [stable]
os: [ubuntu-24.04, windows-latest, macos-14]
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, macos-14]
include:
- rust_version: nightly
os: ubuntu-24.04
Expand Down
4 changes: 2 additions & 2 deletions tests/tests/swfs/avm1/mcl_target_jpg/test.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 11

[image_comparisons.output]
tolerance = 0
tolerance = 3

[player_options]
with_renderer = { optional = true, sample_count = 1 }
with_renderer = { optional = true, sample_count = 1 }
4 changes: 2 additions & 2 deletions tests/tests/swfs/avm1/movieclip_begin_gradient_fill/test.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 3
tolerance = 6

[player_options]
with_renderer = { optional = false, sample_count = 1 }
with_renderer = { optional = false, sample_count = 1 }
4 changes: 2 additions & 2 deletions tests/tests/swfs/avm1/movieclip_line_gradient_style/test.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 3
tolerance = 6

[player_options]
with_renderer = { optional = false, sample_count = 1 }
with_renderer = { optional = false, sample_count = 1 }
2 changes: 1 addition & 1 deletion tests/tests/swfs/avm2/pixelbender_dithering/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ num_ticks = 1

[image_comparisons.output]
tolerance = 1
max_outliers = 19813
max_outliers = 19929

[player_options]
with_renderer = { optional = false, sample_count = 1 }
2 changes: 1 addition & 1 deletion tests/tests/swfs/avm2/stage3d_bitmap/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
num_frames = 50

[image_comparisons.output]
tolerance = 2
tolerance = 4

[player_options]
with_renderer = { optional = false, sample_count = 1 }
4 changes: 2 additions & 2 deletions tests/tests/swfs/avm2/stage3d_texture_bytearray/test.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
num_frames = 1

[image_comparisons.output]
tolerance = 2
tolerance = 4

[player_options]
with_renderer = { optional = true, sample_count = 1 }

[required_features]
jpegxr = true
jpegxr = true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 2
tolerance = 4
max_outliers = 66

[player_options]
Expand All @@ -12,4 +12,4 @@ jpegxr = true

# Textures were generated with:
# png2atf.exe -i ruffle_logo.png -c d -r -o ruffle_logo.atf
# png2atf.exe -i circle.png -c d -r -o circle.atf
# png2atf.exe -i circle.png -c d -r -o circle.atf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 7
tolerance = 13

[player_options]
with_renderer = { optional = true, sample_count = 1 }
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ num_ticks = 1
[image_comparisons."output"]
trigger = 1
tolerance = 32
max_outliers = 16
max_outliers = 17

[player_options]
with_renderer = { optional = false, sample_count = 4 }
2 changes: 1 addition & 1 deletion tests/tests/swfs/visual/gradient_issue_9892/test.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 6
tolerance = 12

[player_options]
with_renderer = { optional = true, sample_count = 1 }
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 2
tolerance = 4

[player_options]
with_renderer = { optional = false, sample_count = 1 }
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 0
tolerance = 3

[player_options]
with_renderer = { optional = false, sample_count = 1 }
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 2
tolerance = 3
max_outliers = 3

[player_options]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 6
tolerance = 13

[player_options]
with_renderer = { optional = true, sample_count = 1 }
with_renderer = { optional = true, sample_count = 1 }
Loading