File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
oci-build-examples/oci_devops_build_with_graalenterprise Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
echo "BUILDRUN_HASH: " $BUILDRUN_HASH
20
20
21
21
- type : Command
22
- name : " Install- GraalVM 2 .2 with Native Image (Java17)"
22
+ name : " Install- GraalVM 22 .2 with Native Image (Java17)"
23
23
command : |
24
24
yum -y install graalvm22-ee-17-native-image
25
25
- type : Command
Original file line number Diff line number Diff line change 30
30
printf "Contents of etc/yum.repos.d/oci-included-ol7.repo file:\n $(cat "etc/yum.repos.d/oci-included-ol7.repo") \n"
31
31
printf "Output of yum list graalvm22-ee-17* :\n $(yum list graalvm22-ee-17*) \n"
32
32
- type : Command
33
- name : " Install- GraalVM 2 .2 with Native Image (Java17)"
33
+ name : " Install- GraalVM 22 .2 with Native Image (Java17)"
34
34
command : |
35
35
yum -y install graalvm22-ee-17-native-image
36
36
- type : Command
You can’t perform that action at this time.
0 commit comments