Skip to content

Commit

Permalink
ci: Use cmake instead of autotools for pbstate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasblixt committed Aug 28, 2023
1 parent 5e52e27 commit 3184eca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install autoconf-archive qemu-system-arm libusb-1.0-0 libusb-1.0-0-dev uuid-dev gcc-arm-none-eabi cmake uuid-runtime python3-dev libmbedtls-dev liblzma-dev uuid-dev
sudo apt-get install qemu-system-arm libusb-1.0-0 libusb-1.0-0-dev uuid-dev gcc-arm-none-eabi cmake uuid-runtime python3-dev libmbedtls-dev liblzma-dev uuid-dev
wget https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v3.4.0.zip
unzip v3.4.0.zip
- name: Build BPAK
Expand All @@ -34,8 +34,7 @@ jobs:
- name: Build pbstate
run: |
pushd tools/pbstate
autoreconf -fi
./configure
cmake .
make
sudo make install
sudo ldconfig
Expand Down

0 comments on commit 3184eca

Please sign in to comment.