mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
Update devtoolset from 3 to 6
This commit is contained in:
parent
cf1683b66c
commit
ec2f3b44fd
@ -20,9 +20,9 @@ RUN touch /var/lib/rpm/* \
|
|||||||
which \
|
which \
|
||||||
chrpath \
|
chrpath \
|
||||||
openssl-devel \
|
openssl-devel \
|
||||||
devtoolset-3-gcc \
|
devtoolset-6-gcc \
|
||||||
devtoolset-3-gcc-c++ \
|
devtoolset-6-gcc-c++ \
|
||||||
devtoolset-3-binutils \
|
devtoolset-6-binutils \
|
||||||
libconfig-devel \
|
libconfig-devel \
|
||||||
jq \
|
jq \
|
||||||
&& yum remove -y g++ gcc \
|
&& yum remove -y g++ gcc \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
scl enable devtoolset-3 -- "$@"
|
scl enable devtoolset-6 -- "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user