Skip to content

Commit

Permalink
[openshift-ci] Fix the gcloud-sdk version to 365.0.1
Browse files Browse the repository at this point in the history
Looks like latest version 366.0.0 have issue with libffi and causing
following error in the CI
```
$ gcloud auth activate-service-account --quiet --key-file gce.json
ERROR: gcloud crashed (SystemError): ffi_prep_closure(): bad user_data (it seems that the version of the libffi library seen at runtime is different from the 'ffi.h' file seen at compile-time)

If you would like to report this issue, please run the following command:
  gcloud feedback
```
  • Loading branch information
praveenkumar committed Dec 13, 2021
1 parent 83fe901 commit b85050b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/openshift-ci/Dockerfile
Expand Up @@ -16,7 +16,7 @@ RUN yum update -y && \
yum install --setopt=tsflags=nodocs -y \
genisoimage \
gettext \
google-cloud-sdk \
google-cloud-sdk-365.0.1 \
libvirt-client \
libvirt-libs \
nss_wrapper \
Expand Down

0 comments on commit b85050b

Please sign in to comment.