aws / aws-iot-device-sdk-java-v2

Next generation AWS IoT Client SDK for Java using the AWS Common Runtime
Apache License 2.0
119 stars 75 forks source link

Fix CI #591

Closed sfod closed 4 months ago

sfod commented 4 months ago

This PR fixes issues with manylinux2014 and raspberry CI jobs.

CI using our manylinux2014 docker image is failing with:

Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container

Solution is based on https://github.com/awslabs/aws-crt-java/pull/804

CI for raspberry is failing with:

E: Unable to locate package openjdk-8-jdk-headless

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.