Skip to content

Commit

Permalink
CI: add fakealpm building
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-facko committed Jul 17, 2024
1 parent e41f234 commit 5ecf363
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,16 +169,16 @@ jobs:
run --rm -T metamanager
/mnt/root --config /mnt/config.json --just-resolve
<examples/input/conan-conflict/PP.json
# wait for Ubuntu 24
# fakealpm:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/[email protected]

# - name: Install fakealpm dependencies
# uses: awalsh128/[email protected]
# with:
# packages: libalpm-dev gcc cmake ninja-build libboost-dev nlohmann-json3-dev

# - name: Build fakelpm
# run: ./installer/pacman/fakealpm/build.sh installer/pacman/fakealpm/ installer/pacman/fakealpm/build/ /usr/local
# wait for Ubuntu 24 becoming ubuntu-latest
fakealpm:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]

- name: Install fakealpm dependencies
uses: awalsh128/[email protected]
with:
packages: libalpm-dev gcc cmake ninja-build libboost-dev nlohmann-json3-dev

- name: Build fakelpm
run: ./installer/pacman/fakealpm/build.sh installer/pacman/fakealpm/ installer/pacman/fakealpm/build/ /usr/local

0 comments on commit 5ecf363

Please sign in to comment.