зеркало из https://github.com/Azure/azure-umqtt-c.git
update wolfssl
This commit is contained in:
Родитель
9ea70acb22
Коммит
a2a3046a69
|
@ -370,7 +370,7 @@ jobs:
|
|||
then
|
||||
LD_LIBRARY_PATH=/usr/local/lib
|
||||
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/my_library/
|
||||
sudo jenkins/linux_wolfssl.sh
|
||||
sudo ./jenkins/linux_wolfssl.sh
|
||||
fi
|
||||
displayName: 'build'
|
||||
env:
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Copyright (c) Microsoft. All rights reserved.
|
||||
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
build_root=$(cd "$(dirname "$0")/.." && pwd)
|
||||
cd $build_root
|
||||
|
||||
# -- C --
|
||||
./build_all/linux/build.sh "$@"
|
||||
[ $? -eq 0 ] || exit $?
|
Загрузка…
Ссылка в новой задаче