File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -x \
2020 && cp -r $(/build/mx/mx --primary-suite graal-jvmci-8 jdkhome) /build/jvmcijdk8
2121
2222RUN git clone https://github.com/oracle/graal.git \
23- && git -C graal checkout vm-1.0.0-rc9
23+ && git -C graal checkout vm-1.0.0-rc11
2424WORKDIR /build/graal/vm
2525RUN export JAVA_HOME=/build/jvmcijdk8 \
2626 && /build/mx/mx --dy /substratevm --force-bash-launchers=true --disable-polyglot --disable-libpolyglot build
Original file line number Diff line number Diff line change 1- 0.2 .0
1+ 0.3 .0
Original file line number Diff line number Diff line change 6767 <target >1.8</target >
6868 </configuration >
6969 </plugin >
70+ <plugin >
71+ <groupId >org.apache.maven.plugins</groupId >
72+ <artifactId >maven-surefire-plugin</artifactId >
73+ <version >2.22.1</version >
74+ <configuration >
75+ <useSystemClassLoader >false</useSystemClassLoader >
76+ </configuration >
77+ </plugin >
78+ <plugin >
79+ <groupId >org.apache.maven.plugins</groupId >
80+ <artifactId >maven-deploy-plugin</artifactId >
81+ <version >2.8.2</version >
82+ <configuration >
83+ <skip >true</skip >
84+ </configuration >
85+ </plugin >
7086 </plugins >
7187 </build >
7288</project >
You can’t perform that action at this time.
0 commit comments