mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
[CI] Obtain external dependencies from the system package manager on Linux
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -99,6 +99,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Copy dependencies to externals
|
||||||
|
run: |
|
||||||
|
dpkg-query -s libsodium23 libevent-core-2.1-6 libpng16-16
|
||||||
|
cp $(dpkg-query -L libsodium23 libevent-core-2.1-6 libpng16-16 | grep -E '^/usr/lib/.*\.so\.[0-9]+$') externals/linux-g++/64/lib/
|
||||||
- name: Start DBus session bus
|
- name: Start DBus session bus
|
||||||
run: |
|
run: |
|
||||||
dbus-launch --sh-syntax | tee session.sh
|
dbus-launch --sh-syntax | tee session.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user