Skip to content

Commit

Permalink
22790: Removes emulation from arm64_8a test runner (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett authored Feb 11, 2025
1 parent f491cdb commit e3f753e
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
smoke-test-linux-arm64_8a:
needs: ['build-linux']
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- name: Download Artifact
uses: actions/download-artifact@v4
Expand All @@ -390,17 +390,13 @@ jobs:
tar -xvf ./amalgam-${{ inputs.version }}-linux-arm64_8a.tar.gz -C ./amalgam
- name: Smoke test
uses: pguyot/arm-runner-action@v2
with:
base_image: raspios_lite_arm64:latest
cpu: cortex-a7
commands: |
set -e
PATH=$PATH:/usr/aarch64-linux-gnu
cd ./amalgam/bin
for f in *; do
echo -n "$f: " && "./$f" --version
done
run: |
set -e
PATH=$PATH:/usr/aarch64-linux-gnu
cd ./amalgam/bin
for f in *; do
echo -n "$f: " && "./$f" --version
done
# Uses GitHub default macos runner (amd64)
# Note: these runners have the potential to not have AVX+ instructions so only run NoAVX binaries
Expand Down

0 comments on commit e3f753e

Please sign in to comment.