Skip to content

Commit

Permalink
chore(ci): do not run tests for arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Nov 26, 2024
1 parent e4c9dd1 commit 1b28217
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,10 @@ jobs:
sudo apt-get update -yq
sudo apt-get install -yq --no-install-recommends make cmake gcc jq libreadline-dev xxd git python3-venv
make linux-exe
python3 -m venv .venv
. .venv/bin/activate && pip install --prefer-binary meson ninja
make check
# Testing on ARM32 in Qemu takes too long. This should be tested on-site
# python3 -m venv .venv
# . .venv/bin/activate && pip install --prefer-binary meson ninja
# make check
go-build-check:
name: 🐹 go build & checks
Expand Down

0 comments on commit 1b28217

Please sign in to comment.