mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
[CI] Upgrade Ubuntu runner to 20.04
This commit is contained in:
committed by
Lars Toenning
parent
a8c487ac6e
commit
5e5b3f830d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -71,7 +71,7 @@ jobs:
|
|||||||
perl scripts/warnings.pl error.log
|
perl scripts/warnings.pl error.log
|
||||||
|
|
||||||
buildLinux:
|
buildLinux:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
needs: preBuild
|
needs: preBuild
|
||||||
env:
|
env:
|
||||||
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
|
||||||
@@ -106,8 +106,8 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Copy dependencies to externals
|
- name: Copy dependencies to externals
|
||||||
run: |
|
run: |
|
||||||
dpkg-query -s libsodium23 libevent-core-2.1-6 libpng16-16
|
dpkg-query -s libsodium23 libevent-core-2.1-7 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/
|
cp $(dpkg-query -L libsodium23 libevent-core-2.1-7 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