File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,12 @@ extends:
9595 displayName : ' Build'
9696 inputs :
9797 script : |
98- sudo yum install -y ruby swig boost boost-devel libboost-test libboost-system devtoolset-8-gcc devtoolset-8-gcc-c++ cmake
98+ tdnf -y -q upgrade
99+ tdnf -y -q install ca-certificates libyaml libedit libxcrypt util-linux tar sudo git build-essential ruby cmake boost-devel boost-static swig python3-pip cyrus-sasl
100+ update-alternatives --install /usr/bin/python python /usr/bin/python3.9 2
99101 cd src
100- ./buildall.sh -b master -o -t system
102+ sed -i /^ParseGlibcVer$/d ./buildall.sh
103+ sed -i /^BuildWithMake\ debpkg$/d ./buildall.sh
104+ ./buildall.sh -o -t system
101105 workingDirectory : ' $(Build.SourcesDirectory)'
102106
You can’t perform that action at this time.
0 commit comments