Skip to content

Commit

Permalink
chore(ci): arm32 latest meson ninja from pip
Browse files Browse the repository at this point in the history
also remove unused clang build dep from ubuntu release
  • Loading branch information
jaromil committed Nov 25, 2024
1 parent 839f4cf commit bd25311
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 @@ -156,7 +156,7 @@ jobs:
otool -hv libzenroom.dylib
make check-osx
arm32-build:
arm32-test:
name: 🦾 ARM32 build test
needs: [reuse, c-lint, lua-lint]
if: "github.event_name == 'pull_request'"
Expand All @@ -167,7 +167,8 @@ jobs:
with:
commands: |
sudo apt-get update -yq
sudo apt-get install -yq make cmake meson gcc jq libreadline-dev xxd git
sudo apt-get install -yq make cmake gcc jq libreadline-dev xxd git
pip3 install meson ninja
make linux-exe
make check
Expand Down Expand Up @@ -393,7 +394,7 @@ jobs:
build/release-intro.md
- name: Install build deps
run: |
sudo apt install -qy tree jq cmake make gcc musl-tools musl-dev meson clang gcc-mingw-w64 libreadline-dev ccache
sudo apt install -qy tree jq cmake make gcc musl-tools musl-dev gcc-mingw-w64 libreadline-dev ccache
- name: Build x86_64 with musl-system
run: |
make musl RELEASE=1 CCACHE=1
Expand Down

0 comments on commit bd25311

Please sign in to comment.