mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-04-22 06:49:25 +03:00
CI: Azure Pipelines: explicitly install liblz4-dev
since https://github.com/OpenVPN/openvpn/commit/24596b258aa3a9c0bd79e7e7bd4753c48a435408 bundled lz4 was removed. openvpn (used for live tests) now relies on system lz4 lib.
This commit is contained in:
@@ -3,7 +3,7 @@ jobs:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-18.04
|
vmImage: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- script: sudo apt update && sudo apt-get -y install cmake gcc g++ ninja-build libncurses5-dev libreadline-dev libsodium-dev libssl-dev make zlib1g-dev
|
- script: sudo apt update && sudo apt-get -y install cmake gcc g++ ninja-build libncurses5-dev libreadline-dev libsodium-dev libssl-dev make zlib1g-dev liblz4-dev
|
||||||
displayName: 'Prepare environment'
|
displayName: 'Prepare environment'
|
||||||
- script: "$(Build.SourcesDirectory)/.ci/azure-pipelines/linux_build.sh"
|
- script: "$(Build.SourcesDirectory)/.ci/azure-pipelines/linux_build.sh"
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user