[CI] Update lint configuration to support latest pylint convention (#4971)
* Update lint configuration * Use gcc 8 consistently in build instruction
This commit is contained in:
committed by
GitHub
parent
4771bb0d41
commit
741fbf47c4
@@ -375,7 +375,7 @@ Create the ``build/`` directory and invoke CMake with option ``R_LIB=ON``. Make
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
CC=gcc-7 CXX=g++-7 cmake .. -DR_LIB=ON
|
||||
CC=gcc-8 CXX=g++-8 cmake .. -DR_LIB=ON
|
||||
make -j4
|
||||
make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user