This is an automated email from the ASF dual-hosted git repository. astitcher pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit fd11bb59e416cb1416ec58e331a837de5a7d0239 Author: Andrew Stitcher <[email protected]> AuthorDate: Mon Feb 21 18:00:21 2022 -0500 NO-JIRA: Allow azure CI to test sasl properly --- azure-pipelines/azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines/azure-pipelines.yml b/azure-pipelines/azure-pipelines.yml index f3ebda958..a9b1ea063 100644 --- a/azure-pipelines/azure-pipelines.yml +++ b/azure-pipelines/azure-pipelines.yml @@ -29,14 +29,12 @@ jobs: name: InstallExtraStuff - template: steps.yml - job: Ubuntu - variables: - PythonVersion: '3.8' pool: vmImage: 'ubuntu-latest' steps: - script: | sudo apt-get update - sudo apt-get install -y swig libpython3-dev libsasl2-dev libjsoncpp-dev libc-ares-dev + sudo apt-get install -y swig sasl2-bin libpython3-dev libsasl2-dev libjsoncpp-dev libc-ares-dev name: InstallExtraStuff - template: steps.yml - job: MacOS --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
