Skip to content

Commit 3d01e94

Browse files
authored
Update OneBranch.Official.yml
1 parent 129a677 commit 3d01e94

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

OneBranch.Official.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)