Skip to content

Commit e34a7fb

Browse files
committed
Bug with LLVM build version is fixed.
1 parent 6c2d1c5 commit e34a7fb

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

doc/user/installing-llvm.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ yum install libcxx-devel
2929

3030
## Ubuntu
3131

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.
3533

3634
For building C extensions you need to install:
3735

test/truffle/docker/ubuntu/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,5 @@ RUN gem install oily_png
9393
RUN ruby -roily_png -e 'raise unless defined?(OilyPNG::Color)'
9494

9595
# 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)'

0 commit comments

Comments
 (0)