Sign in
android
/
platform
/
external
/
pytorch
/
c25c507ffe
/
.
/
docker
/
caffe2
/
jenkins
/
common
/
install_devtoolset.sh
blob: bdae6375981383528868443615e76211ebebeace [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
ex
[
-
n
"$DEVTOOLSET_VERSION"
]
yum install
-
y centos
-
release
-
scl
yum install
-
y devtoolset
-
$DEVTOOLSET_VERSION
echo
"source scl_source enable devtoolset-$DEVTOOLSET_VERSION"
>
"/etc/profile.d/devtoolset-$DEVTOOLSET_VERSION.sh"