File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ For building C extensions you need to install:
12
12
13
13
```
14
14
yum install -y make
15
- yum-config-manager --enable ol7_developer
16
- yum-config-manager --enable ol7_software_collections
15
+ yum install -y oraclelinux-developer-release-el7 oracle-softwarecollection-release-el7
17
16
yum install -y llvm-toolset-7
18
17
export PATH=$PATH:/opt/rh/llvm-toolset-7/root/usr/bin
19
18
export LD_LIBRARY_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64
Original file line number Diff line number Diff line change 21
21
- RUN yum install -y openssl-devel
22
22
cext :
23
23
- RUN yum install -y make
24
- - RUN yum-config-manager --enable ol7_developer
25
- - RUN yum-config-manager --enable ol7_software_collections
24
+ - RUN yum install -y oraclelinux-developer-release-el7
25
+ - RUN yum install -y oracle-softwarecollection-release-el7
26
26
- RUN yum install -y llvm-toolset-7
27
27
- ENV PATH=$PATH:/opt/rh/llvm-toolset-7/root/usr/bin
28
28
- ENV LD_LIBRARY_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64
Original file line number Diff line number Diff line change @@ -2109,7 +2109,7 @@ def dockerfile(*args)
2109
2109
truffleruby_repo = 'https://github.com/oracle/truffleruby.git'
2110
2110
distro = 'ol7'
2111
2111
install_method = :public
2112
- public_version = '1.0.0-rc6 '
2112
+ public_version = '1.0.0-rc14 '
2113
2113
rebuild_images = false
2114
2114
rebuild_openssl = true
2115
2115
manager = :none
You can’t perform that action at this time.
0 commit comments