mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
gha: install libpathrs for conmon test as well
Commit192e3d416f("ci: add conmon tests run") was merged without rebasing on top of commite2c989b7e1("build: enable libpathrs by default"), causing build failures when it was merged. The solution is to just use the same install script as the rest of CI from commit7322b05f41("ci: build and install libpathrs"). Fixes:192e3d416f("ci: add conmon tests run") Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -281,6 +281,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt -y install libseccomp-dev libglib2.0-dev libsystemd-dev socat
|
sudo apt -y install libseccomp-dev libglib2.0-dev libsystemd-dev socat
|
||||||
|
- name: install libpathrs ${{ env.LIBPATHRS_VERSION }}
|
||||||
|
run: |
|
||||||
|
sudo -E PATH="$PATH" ./script/build-libpathrs.sh "$LIBPATHRS_VERSION" /usr
|
||||||
|
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v6
|
uses: actions/setup-go@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user