Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Fix multiple CircleCI failures #2667

Merged
merged 1 commit into from
Nov 11, 2021
Merged

Fix multiple CircleCI failures #2667

merged 1 commit into from
Nov 11, 2021

Conversation

cortinico
Copy link
Contributor

This PR is fixing multiple CI failures that are currently happening on buck and are blocking the merging of PRs on this repo.

Specifically:

  • There has been a revoked LetsEncrypt certificate that is causing several curl command to fail. This required an update of the CA in the runner which I've done with:
    • A bump of all the linux runner to ubuntu-2004:202107-02
    • A bump of all the macos runner to XCode "12.5.1"
  • Those runners have Java 11 installed by default, therefore I was forced to update the JDK8 installation instructions and update the JAVA_HOME setup.
  • Added instructions to manually install libtinfo.so.5 and libffi7

@rajyengi rajyengi merged commit 53ecffd into facebook:main Nov 11, 2021
bigfootjon added a commit to bigfootjon/buck that referenced this pull request Feb 1, 2022
Summary:
The `main` branch was already updated some time ago: facebook#2667

We recently got notified by CircleCI that these images are in deprecation status and we should migrate off of them.

fbshipit-source-id: e2689a6ea2c7070b70cfb6e366a82ed0e9c28d83
facebook-github-bot pushed a commit that referenced this pull request Feb 1, 2022
Summary:
Pull Request resolved: #2679

The `main` branch was already updated some time ago: #2667

We recently got notified by CircleCI that these images are in deprecation status and we should migrate off of them.

Reviewed By: wittgenst, jurajh-fb

fbshipit-source-id: 9545c8d993d3404be9766acdf04f01c849866f13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants