Skip to content

Commit ab28022

Browse files
authored
Remove spacetimedb-update test on aarch64 (#5348)
# Description of Changes <!-- Please describe your change, mention any related tickets, and so on here. --> This removes the `spacetimedb-update` check specifically on arm. This test doesn't have a whole lot of value because we're already covering Linux + Windows on x86 and then macOS on aarch64. Removing this will allow us to decom the arm runner. # API and ABI breaking changes <!-- If this is an API or ABI breaking change, please apply the corresponding GitHub label. --> None - just a CI change # Expected complexity level and risk 1 <!-- How complicated do you think these changes are? Grade on a scale from 1 to 5, where 1 is a trivial change, and 5 is a deep-reaching and complex change. This complexity rating applies not only to the complexity apparent in the diff, but also to its interactions with existing and future code. If you answered more than a 2, explain what is complex about the PR, and what other components it interacts with in potentially concerning ways. --> # Testing <!-- Describe any testing you've done, and any testing you'd like your reviewers to do, so that you're confident that all the changes work as expected! --> - I have not tested this but me and Zeke sync'd on this and we think it makes sense.
1 parent 77ffdbb commit ab28022

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ jobs:
462462
matrix:
463463
include:
464464
- { target: x86_64-unknown-linux-gnu, runner: spacetimedb-new-runner-2 }
465-
- { target: aarch64-unknown-linux-gnu, runner: arm-runner }
466465
- { target: aarch64-apple-darwin, runner: macos-latest }
467466
- { target: x86_64-pc-windows-msvc, runner: windows-latest }
468467
runs-on: ${{ matrix.runner }}
@@ -480,11 +479,6 @@ jobs:
480479
- name: Install rust target
481480
run: rustup target add ${{ matrix.target }}
482481

483-
- name: Install packages
484-
if: ${{ matrix.runner == 'arm-runner' }}
485-
shell: bash
486-
run: sudo apt install -y libssl-dev
487-
488482
- name: Test spacetimedb-update
489483
env:
490484
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)