Add missing libostree-dev dependency
Some checks failed
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 21m50s
Simple CI / Build and Test (push) Failing after 1s
Simple CI / Security Audit (push) Failing after 1s
Simple CI / Build Package (push) Failing after 1s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 6m51s
Simple CI / Final Status (push) Successful in 2s
Some checks failed
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 21m50s
Simple CI / Build and Test (push) Failing after 1s
Simple CI / Security Audit (push) Failing after 1s
Simple CI / Build Package (push) Failing after 1s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 6m51s
Simple CI / Final Status (push) Successful in 2s
- Add libostree-dev to all workflow build dependencies - Fixes 'ostree-1 not found' compilation error - Required for ostree-sys crate to build successfully - All workflow files: build.yml, ci.yml, test.yml
This commit is contained in:
parent
a982c413ec
commit
273e62891c
3 changed files with 7 additions and 3 deletions
|
|
@ -113,7 +113,8 @@ jobs:
|
|||
python3-dev \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
libostree-dev
|
||||
|
||||
echo "✅ All build dependencies installed successfully"
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ jobs:
|
|||
libdbus-1-dev \
|
||||
libglib2.0-dev \
|
||||
libapt-pkg-dev \
|
||||
libostree-dev \
|
||||
curl \
|
||||
git \
|
||||
wget
|
||||
|
|
@ -166,7 +167,8 @@ jobs:
|
|||
libssl-dev \
|
||||
libdbus-1-dev \
|
||||
libglib2.0-dev \
|
||||
libapt-pkg-dev
|
||||
libapt-pkg-dev \
|
||||
libostree-dev
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -108,7 +108,8 @@ jobs:
|
|||
python3-dev \
|
||||
python3-setuptools \
|
||||
python3-wheel \
|
||||
python3-pip
|
||||
python3-pip \
|
||||
libostree-dev
|
||||
|
||||
- name: Check libostree version
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue