googleapis / java-shared-config

Shared Maven build configuration for Google Cloud Java client libraries.
Apache License 2.0
19 stars 15 forks source link

fix: graalvm image terraform install #806

Closed burkedavison closed 5 months ago

burkedavison commented 5 months ago

Terraform install stopped working from default yum repo.

From https://www.hashicorp.com/official-packaging-guide :

Add the HashiCorp repo Note: The provided repository configuration covers the supported distributions listed above. If you are using a variant not listed, you are encouraged to modify the repository configuration to suit your needs. For example, users of RHEL 7Server or RHEL 8.3 can change the baseurl to use 7 or 8 respectively in place of the $releasever variable.

lqiu96 commented 5 months ago

Due to a CI issue in https://github.com/googleapis/java-shared-config/pull/793

Step #0 - "graalvm-a-build": Step 8/10 : RUN yum -y install terraform
Step #0 - "graalvm-a-build":  ---> Running in 6dc0b691c50a
Step #0 - "graalvm-a-build": Loaded plugins: ovl
Step #0 - "graalvm-a-build": No package terraform available.
Step #0 - "graalvm-a-build": Error: Nothing to do
Step #0 - "graalvm-a-build": The command '/bin/sh -c yum -y install terraform' returned a non-zero code: 1