github.com/Hnampk/fabric@v2.1.1+incompatible/ci/install_deps.yml (about) 1 # Copyright the Hyperledger Fabric contributors. All rights reserved. 2 # 3 # SPDX-License-Identifier: Apache-2.0 4 5 steps: 6 - script: | 7 sudo apt-get clean 8 sudo apt-get update 9 sudo apt-get install -y libtool gcc make 10 echo "vsts hard nofile 65535" | sudo tee -a /etc/security/limits.conf 11 echo "vsts soft nofile 65535" | sudo tee -a /etc/security/limits.conf 12 displayName: Install Dependencies 13 - task: GoTool@0 14 inputs: 15 version: $(GOVER) 16 goPath: $(GOPATH) 17 displayName: Install GoLang