File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
test/truffle/docker/ubuntu Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ yum install libcxx-devel
29
29
30
30
## Ubuntu
31
31
32
- The tested version of LLVM for Ubuntu is 3.8. At the moment this may be
33
- incompatible with GraalVM for installing some C extensions as bitcode in
34
- GraalVM binary releases is built with 4.0.
32
+ The tested version of LLVM for Ubuntu is 3.8.
35
33
36
34
For building C extensions you need to install:
37
35
Original file line number Diff line number Diff line change @@ -93,6 +93,5 @@ RUN gem install oily_png
93
93
RUN ruby -roily_png -e 'raise unless defined?(OilyPNG::Color)'
94
94
95
95
# Check we can install and run a C++ extension gem
96
- # This is broken on Ubuntu because ruby.bc is built with LLVM 4.0
97
- # RUN gem install unf
98
- # RUN ruby -runf -e 'raise unless defined?(UNF)'
96
+ RUN gem install unf
97
+ RUN ruby -runf -e 'raise unless defined?(UNF)'
You can’t perform that action at this time.
0 commit comments