mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[ci,abi] build libabigail from plucky
version 2.4 has a bug that shows a non existing ABI violation, install 2.6 which works fine.
This commit is contained in:
11
.github/workflows/abi-checker.yml
vendored
11
.github/workflows/abi-checker.yml
vendored
@@ -28,6 +28,17 @@ jobs:
|
||||
fetch-depth: 0
|
||||
ref: ${{steps.pr.outputs.merge_commit_sha}}
|
||||
|
||||
- name: "Prepare abigail-tools"
|
||||
run: |
|
||||
mkdir deb
|
||||
cd deb
|
||||
echo "deb-src http://archive.ubuntu.com/ubuntu/ plucky main restricted universe multiverse" | sudo tee /etc/apt/sources.list.d/plucky.list
|
||||
sudo apt-get build-dep -q -y libabigail
|
||||
apt source libabigail
|
||||
cd libabigail-2.6
|
||||
dpkg-buildpackage
|
||||
sudo dpkg -i ../*.deb
|
||||
|
||||
- name: "Prepare environment"
|
||||
run: |
|
||||
sudo apt-get update -q -y
|
||||
|
||||
Reference in New Issue
Block a user