File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 2222jobs :
2323
2424 cstor :
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-18.04
2626 strategy :
2727 fail-fast : true
2828 matrix :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ make -j4
5252cd ..
5353
5454# clone and build SPL
55- git clone https://github.com/${LCSTOR_ORG} /spl
55+ git clone https://github.com/pawanpraka1 /spl
5656cd spl || exit 1
5757git checkout spl-0.7.9
5858sh autogen.sh
Original file line number Diff line number Diff line change 44ARCH=$( uname -p)
55
66sudo apt-get update -qq
7- sudo apt-get install --yes -qq gcc-6 g++-6
7+ sudo apt-get install --yes -qq gcc g++
88sudo apt-get install --yes -qq build-essential autoconf libtool gawk alien fakeroot libaio-dev jq
99sudo apt-get install --yes -qq linux-headers-$( uname -r) ;
1010sudo apt-get install --yes -qq zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux-dev libudev-dev libssl-dev libjson-c-dev
@@ -17,11 +17,3 @@ if [ "$ARCH" == "x86_64" ]; then
1717fi
1818
1919sudo apt-get install --yes -qq libgtest-dev cmake
20-
21- # packages for debugging
22- sudo apt-get install gdb
23-
24- # use gcc-6 by default
25- sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-6 /usr/bin/gcc
26- sudo unlink /usr/bin/g++ && sudo ln -s /usr/bin/g++-6 /usr/bin/g++
27-
You can’t perform that action at this time.
0 commit comments